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 scupper?
What are virtual constructors/destructors?
What is a unnitialised pointer?
Tell me an example where stacks are useful?
What is the purpose of templates in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Define the process of error-handling in case of constructor failure?
Define a pointer to a data member of the type pointer to pointer?
Difference between pointer to constant and constant pointer to a constant. Give example.
Explain the difference between class and struct in c++?
What is vector pair in c++?
If all is successful, what should main return a) 0 b) 1 c) void
Is swift better than c++?
What does it mean to declare a member function as virtual?