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
Which is most difficult programming language?
Write a note about the virtual member function?
How do I exit turbo c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is java and c++?
Explain the operation of overloading of an assignment operator.
Which bitwise operator is used to check whether a particular bit is on or off?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
How the keyword struct is different from the keyword class in c++?
Can a Structure contain a Pointer to itself?
List down the guideline that should be followed while using friend function.
What is late binding c++?
What is type of 'this' pointer?
what are Operators and explain with an example?
What are the types of container classes?