What's the difference between a linked list and an array?
Answer Posted / noopur
We can allocate memory DYNAMICALLY in linked list where as
in array static allocation of memory is there. In array
contiguous memory allocation procedure is there where as in
linked list we can allocatememory where we want.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is file in c language?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the use of a conditional inclusion statement in C?
What are the advantages of union?
What is merge sort in c?
What is void c?
What is the full form of getch?
What is string in c language?
What is the difference between #include
Is a house a mass structure?
What is graph in c?
What does %2f mean in c?
Does sprintf put null character?
What are the advantages and disadvantages of a heap?
Can a pointer be volatile in c?