What's the difference between a linked list and an array?
Answer Posted / div
In an array elments accessing is easy. Accessing time of
1st element and 1000th element is same,but not in linked lists.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
hi send me sample aptitude papers of cts?
Explain how can I open a file so that other programs can update it at the same time?
What is the advantage of using #define to declare a constant?
how logic is used
What is scope and lifetime of a variable in c?
Do array subscripts always start with zero?
What is difference between Structure and Unions?
What is printf () in c?
Can we declare function inside main?
How does selection sort work in c?
What does void main return?
What is union and structure?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How can I prevent another program from modifying part of a file that I am modifying?
Explain the meaning of keyword 'extern' in a function declaration.