Why is it difficult to store linked list in an array?
Answer Posted / deepti
because in linklist we can store as many elements as we
want because size does not matter .but in case of array if
we define size suppose 20 we can store only 20 elements .
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What do you mean by inheritance in c++?
What is the advantage of an external iterator.
Refer to a name of class or function that is defined within a namespace?
What are default parameters? How are they evaluated in c++ function?
What is buffer and example?
how to access grid view row?
What are function prototypes?
write a function signature with various number of parameters.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is c++ prototype?
Why iomanip is used in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is the difference between while and do while loop? Explain with examples.
What is an operator in c++?
When is dynamic checking necessary?