difference between the array and linked list
general difference related to memory
Answer Posted / shravan katta
array allocated statically
linked list dynamic memory allocation
in the linked list have to remove the node at run time
but can't remove the array node
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the translation phases used in c language?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are the Advantages of using macro
What type of function is main ()?
What should malloc(0) do?
Give basis knowledge of web designing ...
How can I avoid the abort, retry, fail messages?
What is the difference between malloc calloc and realloc in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Is calloc better than malloc?
How #define works?
c program for searching a student details among 10 student details
What is the purpose of & in scanf?
Are pointers integers in c?
How many data structures are there in c?