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 the c++ programming language used for?
Why do we use constructor?
What is using namespace std in cpp?
Should you pass exceptions by value or by reference?
describe private access specifiers?
What is an inclusion guard?
What should main() return in c and c++?
What is the difference between set and map in c++?
Why struct is used in c++?
What is a class definition?
What is the difference between the parameter to a template and the parameter to a function?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Explain about templates of C++.
Is c++ the most powerful language?
Carry out conversion of one object of user-defined type to another?