can we store values and addresses in the same array? explain

Answers were Sorted based on User's Feedback



can we store values and addresses in the same array? explain..

Answer / sri

we can store values and address in same ,by using
datastructures concept

Is This Answer Correct ?    15 Yes 1 No

can we store values and addresses in the same array? explain..

Answer / rakesh

Yes, We can Store Value and Address in the Same Array using the LinkedList Concept of the Data & File Structure.

Is This Answer Correct ?    12 Yes 0 No

can we store values and addresses in the same array? explain..

Answer / palani222samy

Not because value we can store but address is we can't store
that is default address we can't change that value

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Interview Questions

ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


Difference between MAC vs. IP Addressing

0 Answers  


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


What is the use of typedef in structure in c?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


with out using main how to execute the program?

2 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


How can I do peek and poke in c?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


How do you access command-line arguments?

1 Answers  


What is time complexity c?

0 Answers  


Categories