difference between the array and linked list
general difference related to memory
Answer Posted / dr. sanyasi naidu pasala
In array memory will be allocated during compilation, where as in linked list memory will be allocated during run time. In array memory size will be depends on size of the array. In linked list memory will be allocated according to the user requirement. In array memory will be allocated in continuous memory locations but in linked kist memory will be allocated at random locations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we write return 0 in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the use of the function in c?
will u please send me the placement papers to my mail???????????????????
How many levels of indirection in pointers can you have in a single declaration?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Is it better to use malloc() or calloc()?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is pass by value in c?
main() { printf("hello"); fork(); }
What type is sizeof?
The difference between printf and fprintf is ?
What is adt in c programming?
What is the auto keyword good for?
What is the purpose of & in scanf?