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 files in c++?
What is function prototyping?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Do you know the use of vtable?
Describe exception handling concept with an example?
What is c++ programming language?
What is protected inheritance?
give me an example for testing a program showing the test path .show how the test is important and complex.
Is oops and c++ same?
What is the difference between global variables and static varables?
What are the uses of pointers?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Why ctype h is used in c++?
Search for: what is pair in c++?
Explain the scope of resolution operator.