Why is it difficult to store linked list in an array?
Answer Posted /
array can grow dynamically...........
but it is a waste of memory to set them to grow dynamically
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What are the differences between java and c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
How a new element can be added or pushed in a stack?
Can member functions be private?
What is the c++ programming language used for?
Define 'std'.
Write a code/algo to find the frequency of each element in an array?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is c++ manipulator?
What is ofstream c++?
Why is it called c++?
What is class syntax c++?
Does c++ have arraylist?
What are disadvantages of pointers?
What are the various arithmetic operators in c++?