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
Difference between overloaded functions and overridden functions
Explain the advantages of using friend classes.
How to declare a function pointer?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is java and c++?
What do you mean by vtable and vptr in c++?
List different attributes in C++?
How does atoi function work?
What is an operator function? Describe the function of an operator function?
Explain object slicing in c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is #include cmath?
Why do we need constructors in c++?
Does c++ have a hash table?
What is the difference between an external iterator and an internal iterator?