what is the use of using linked list and array?
Answer Posted / manju
In Linked list we can insert or delete the elements at any
position,which is not possible in arrays and arrays are of
fixed size,but linked lists are not have a definite length.
we can dynamically allocate the size of linked list with
out wastage of memory...
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is a dynamic array in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain what does the function toupper() do?
is it possible to create your own header files?
Explain how can you avoid including a header more than once?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is struct node in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
How do you write a program which produces its own source code as output?
What is string length in c?
What is static and volatile in c?
Can we assign integer value to char in c?
Is c dynamically typed?
Explain argument and its types.