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
What is the best c++ book for beginners?
What is :: operator in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is stl containers in c++?
Why is standard template library used?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is difference between c++ 11 and c++ 14?
Write a program using display() function which takes two arguments.
What is the difference between a baller and a reference in C++?
What is the standard template library (stl)?
Which software is best for coding?
What is a set in c++?
How do I tokenize a string in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.