what is the difference between arrays and linked list
Answer Posted / sumit thokal
arrays are linear data structure
while linked lists are linear and non-linear
in case of linked list :-from point of access strategy it
is linear and from point of storage strategy it is non
linear
| Is This Answer Correct ? | 234 Yes | 57 No |
Post New Answer View All Answers
What is console in c language?
Combinations of fibanocci prime series
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How do I copy files?
how can I convert a string to a number?
How do you determine the length of a string value that was stored in a variable?
What is a pointer value and address in c?
What does typeof return in c?
Which is better malloc or calloc?
What is the difference between a free-standing and a hosted environment?
Write a program in c to replace any vowel in a string with z?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the right type to use for boolean values in c?
What is non linear data structure in c?
What is formal argument?