Why is it difficult to store linked list in an array?
Answer Posted / sandy
because it grows dynamically. it can get extra node from
avail(available) list whereever array not having any avail
list......
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How static variables and local variablesare similar and dissimilar?
How do you define/declare constants in c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Does there exist any other function which can be used to convert an integer or a float to a string?
List the advantages of inheritance.
What is vector string in c++?
Define macro.
Explain the differences between list x; & list x();.
Why is c++ called oops?
What is general format for a prototype?
What are register variables?
When must you use a pointer rather than a reference?
What is array give example?
what is multi-threading in C++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?