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 the use of sizeof () in c?
Explain pointer. What are function pointers in C?
What is the value of uninitialized variable in c?
What does malloc () calloc () realloc () free () do?
please send me the code for multiplying sparse matrix using c
What is the benefit of using #define to declare a constant?
What is #define size in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the explanation for cyclic nature of data types in c?
How can I get the current date or time of day in a c program?
What is the purpose of ftell?
What are the two types of structure?
What are the valid places to have keyword “break”?
What is pivot in c?
Why do we write return 0 in c?