Why is it difficult to store linked list in an array?
Answer Posted / murali
Because array can not grow dynamically
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What is time h in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
What does h mean in maths?
Explain the isa and hasa class relationships. How would you implement each?
What is the identity function in c++? How is it useful?
Is linux written in c or c++?
What character terminates all character array strings a) b) . c) END
How can you tell what shell you are running on unix system?
Explain the difference between overloading and overriding?
What is virtual table?
Is it possible for a member function to delete the pointer, named this?
What is stoi in c++?
What is vector pair in c++?
Is c# written in c++?
Differentiate between a constructor and a destructor in c++.