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
Differentiate between null and void pointers.
What is the difference between single charater constant and string constant?
how can use subset in c program and give more example
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is binary tree in c?
What is stack in c?
code for replace tabs with equivalent number of blanks
What is the meaning of ?
How to throw some light on the b tree?
What is the purpose of 'register' keyword?
What is the use of getchar functions?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
c program for searching a student details among 10 student details
Can you please explain the scope of static variables?
Write a program to check whether a number is prime or not using c?