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 can you tell what shell you are running on unix system?
which of the following is not an secondary constant a) array b) real c) union
What is a Default constructor?
What would happen on forgetting [], while deallocating an array through new?
Explain explicit container.
Do class declarations end with a semicolon? Do class method definitions?
What is one dimensional array in c++?
What is the two main roles of operating system?
What causes a runtime error c++?
What are protected members in c++?
What is using namespace std in c++?
How can I disable the "echo" feature?
What is a catch statement?
Which ide is best for c++?
Differentiate between structure and class in c++.