what is the difference between arrays and linked list
Answer Posted / manikandan.s
Array is a collection of similar data-items and stored in sequence order with fixed size of memory.
But lined list contains collection of node. Each node link between other node and pointer is used to identify the position. Node consists of element and address of next element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is wrong with this initialization?
What is return in c programming?
What are the rules for the identifier?
Explain about C function prototype?
How can I read/write structures from/to data files?
What does printf does?
What is an lvalue?
what is event driven software and what is procedural driven software?
Wt are the Buses in C Language
Explain what are binary trees?
What is the auto keyword good for?
What is n in c?
What is the best organizational structure?
write a progrmm in c language take user interface generate table using for loop?
Difference between malloc() and calloc() function?