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 is the limitation of cin while taking input for character array?
What is the difference between mutex and binary semaphore?
What is the full form of c++?
What is main function in c++ with example?
Are php strings immutable?
What are c++ stream classes?
Are there any special rules about inlining?
Why ctype h is used in c++?
Write a note about the virtual member function?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is a local variable?
What is difference between c++ 11 and c++ 14?
What are the types of container classes?
Are there interfaces in c++?
What is the use of this pointer in c++?