Why is it difficult to store linked list in an array?
Answer Posted / truong
Because size of linked list is usually very large. So it is difficult to store data in a linked list in a continuously memory as an array.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what are the iterator and generic algorithms.
How one would use switch in a program?
What is constructor in C++?
What are c++ stream classes?
Can we use clrscr in c++?
Difference between inline functions and macros?
Who created c++?
What are pointer-to-members in C++? Give their syntax.
How do I run a program in notepad ++?
What are c++ files?
What is the use of cmath in c++?
What is implicit pointer in c++?
What are friend classes?
Write about a nested class and mention its use?
Why use of template is better than a base class?