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 uses of static class data?
Carry out conversion of one object of user-defined type to another?
Explain object slicing in c++?
What is std :: endl?
How does a C++ structure differ from a C++ class?
What is algorithm in c++ programming?
What is difference between n and endl in c++?
What is a pointer with example?
What is the difference between #import and #include?
Can I learn c++ without knowing c?
Explain what are mutator methods in c++?
What is input operator in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the function of I/O library in C++ ?
Differentiate between late binding and early binding.