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 is the type of this pointer in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Write a program to add three numbers in C++ utilizing classes.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the identity function in c++? How is it useful?
Why cstdlib is used in c++?
What do you mean by persistent and non persistent objects?
Differentiate between a pointer and a reference with respect to c++.
Should you pass exceptions by value or by reference?
Is dev c++ a good compiler?
What is difference between class and function?
Which bit wise operator is suitable for putting on a particular bit in a number?
What do you mean by translation unit in c++?
Why is c++ still best?
What is the output of the following program? Why?