what is the difference between arrays and linked list

Answer Posted / debiprasad

in array an element does not contain the reference of next
element.where in link list each element contain reference of
each node.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the constants which help in debugging?

857


What are the types of unary operators?

662


What are the storage classes in C?

625


What are the 4 types of organizational structures?

625


What does p mean in physics?

585






Explain heap and queue.

589


Do you know the use of fflush() function?

603


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

617


Between macros and functions,which is better to use and why?

1570


What is sizeof in c?

571


Explain is it valid to address one element beyond the end of an array?

736


What are the disadvantages of a shell structure?

695


What is far pointer in c?

813


what do the 'c' and 'v' in argc and argv stand for?

646