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
Which format specifier is used for printing a pointer value?
What should main() return in c and c++?
What does std :: flush do?
What are special characters c++?
What is #include iomanip?
What is pointer in c++ with example?
Why do we need c++?
Comment on local and global scope of a variable.
What is the use of endl?
What are the 4 types of library?
What is the object serialization?
What is the difference between delegation and implemented-in-terms-of?
what is COPY CONSTRUCTOR and what is it used for?
Differentiate between structure and class in c++.
What is a constructor in c++ with example?