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 polymorphism & list its types in c++?
What is the difference between prefix and postfix versions of operator++()?
What is a float in c++?
What is isdigit c++?
What are libraries in c++?
Tell me an example where stacks are useful?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What are the methods of exporting a function from a dll?
What are pointer-to-members? Explain.
Does c++ have a hash table?
Explain the properties and principles of oop.
describe private access specifiers?
What is name hiding in c++?
When should we use container classes instead of arrays?
What is an inclusion guard?