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


Please Help Members By Posting Answers For Below Questions

What is the limitation of cin while taking input for character array?

1727


What is the difference between mutex and binary semaphore?

836


What is the full form of c++?

901


What is main function in c++ with example?

831


Are php strings immutable?

787


What are c++ stream classes?

782


Are there any special rules about inlining?

796


Why ctype h is used in c++?

710


Write a note about the virtual member function?

802


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

857


What is a local variable?

832


What is difference between c++ 11 and c++ 14?

775


What are the types of container classes?

817


Are there interfaces in c++?

750


What is the use of this pointer in c++?

790