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 is an arraylist c++?
What is constructor and destructor in c++?
What is difference between array and vector in c++?
What are the various storage classes in C++?
Why is c++ a mid-level programming language?
Write bites in Turbo c++ Header ("Include") Files.
What is a null object in c++?
Explain object slicing in c++?
Does c++ have a hash table?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is friend class in c++ with example?
Is swift faster than c++?
What is a local variable?
Do inline functions improve performance?
What is the difference between public, private, and protected access?