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 srand c++?
Which is most difficult programming language?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Is overriding possible in c++?
What is struct c++?
Is c++ a dying language?
What is purpose of abstract class?
Does c++ have arraylist?
Why ctype h is used in c++?
What is a dll entry point?
What is the use of data hiding?
Is map sorted c++?
What is a manipulator in c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is &x in c++?