what is the use of using linked list and array?
Answer Posted / harsh srivastava
Linked List and array both are used continuous allocation of
memory. When we want to assign too many same type of data
sequentially into memory, at that time we use the Linked
list and array because taking separate variable for each
data is tedious and time consuming so we use the Linked list
and arrays.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are c identifiers?
Explain the bubble sort algorithm.
What are the types of data structures in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is p in text message?
How can I call a function with an argument list built up at run time?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are header files? What are their uses?
Explain what is wrong with this program statement? Void = 10;
Explain what are bus errors, memory faults, and core dumps?
Why flag is used in c?
Is it better to use malloc() or calloc()?
Do variables need to be initialized?
explain what is an endless loop?
Can a variable be both constant and volatile?