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
Simplify the program segment if X = B then C ← true else C ← false
Is using exit() the same as using return?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Which one would you prefer - a macro or a function?
What is nested structure?
What are the general description for loop statement and available loop types in c?
find out largest elemant of diagonalmatrix
What is assert and when would I use it?
What is array of pointers to string?
What is structure of c program?
can we change the default calling convention in c if yes than how.........?
Why do some versions of toupper act strangely if given an upper-case letter?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are header files? What are their uses?