what is the difference between arrays and linked list
Answer Posted / priya
All elements of array stored in contiguous memory location.
While in case of linked list each node does not stored in
contiguous memory location
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
What is typedef example?
Combinations of fibanocci prime series
Explain what are its uses in c programming?
Why should I prototype a function?
Explain what math functions are available for integers? For floating point?
What is variable in c example?
What does typeof return in c?
What is declaration and definition in c?
Write a program to print fibonacci series without using recursion?
Where register variables are stored in c?
what are bit fields? What is the use of bit fields in a structure declaration?
Explain what is wrong in this statement?
pierrot's divisor program using c or c++ code
Write a program to implement queue.
How can I ensure that integer arithmetic doesnt overflow?