Why is it difficult to store linked list in an array?
Answer Posted / maria
Because of defragmentation, when node should be deleted.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Difference between a homogeneous and a heterogeneous container
What are c++ storage classes?
Write about the scope resolution operator?
Write a note about the virtual member function?
What is a down cast?
List the merits and demerits of declaring a nested class in C++?
Refer to a name of class or function that is defined within a namespace?
what are Access specifiers in C++ class? What are the types?
What are virtual functions in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
Is c++ slower than c?
Explain the isa and hasa class relationships.
What is a map in c++?
Why is main an int?
Explain the concept of copy constructor?