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 a dangling pointer in c++?
Explain the problem with overriding functions
Does a derived class inherit or doesn't inherit?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is c++ programming language?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the importance of mutable keyword?
Write a struct time where integer m, h, s are its members?
What is else if syntax?
Which is best ide for c++?
Explain rethrowing exceptions with an example?
What is public, protected, private in c++?
In c++, what is the difference between method overloading and method overriding?
What is fixed in c++?
Write a program using display() function which takes two arguments.