what is the use of using linked list and array?
Answer Posted / rani
Linked list has an overhead cost of maintaining reference
pointers it uses. They too consume lot of memory. And this
cost is more in case of doubly linked lists.
Linked lists always provide sequential access. While arrays
give random access.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain what are the advantages and disadvantages of a heap?
Can you please explain the difference between strcpy() and memcpy() function?
Explain the difference between the local variable and global variable in c?
What is the explanation for cyclic nature of data types in c?
Can you think of a logic behind the game minesweeper.
What is the difference between #include and #include 'file' ?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is a nested formula?
What are header files and what are its uses in C programming?
What does. int *x[](); means ?
Describe the difference between = and == symbols in c programming?
Explain goto?
What is c variable?
Which one would you prefer - a macro or a function?