what is the difference between arrays and linked list
Answer Posted / mesole
in a linked list data are accessed by a means of pointer
WHILE linear array accessed by a means of subcript
insertion, deletion is very easy with linear array while
in a linked list is a little bits complex
| Is This Answer Correct ? | 25 Yes | 41 No |
Post New Answer View All Answers
Can we access the array using a pointer in c language?
Explain the ternary tree?
Can math operations be performed on a void pointer?
Can a pointer be null?
What is the collection of communication lines and routers called?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What do you mean by a sequential access file?
What does emoji p mean?
Why isn't it being handled properly?
What do the functions atoi(), itoa() and gcvt() do?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is null a keyword in c?
What are the similarities between c and c++?
What is a far pointer in c?
Why do we need volatile in c?