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
Why main is used in c?
What is the difference between malloc() and calloc()?
What is the use of static variable in c?
State the difference between x3 and x[3].
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the difference between the local variable and global variable in c?
How to write a multi-statement macro?
What is "Hungarian Notation"?
What is the advantage of using #define to declare a constant?
Explain how are 16- and 32-bit numbers stored?
How do you use a pointer to a function?
can any one provide me the notes of data structure for ignou cs-62 paper
What is the difference between āgā and āgā in C?
How do you write a program which produces its own source code as output?
Who invented bcpl language?