Name an advantage of linked list over array?
Answer Posted / manoj kumar jha
1. Array size is fix and cannot change at run time,But in
link list we can create memory accoring to requirement.
2. In array we define but at the run time it is not used so
in that case memory is waste.
| Is This Answer Correct ? | 44 Yes | 3 No |
Post New Answer View All Answers
Why do we need polymorphism in c#?
Can a varargs method be overloaded?
What is balance factor?
What is difference between oop and pop?
#include
What are the three main types of variables?
Why multiple inheritance is not allowed?
Why do we use class in oops?
What is the oops and benefits of oops programming?
What are classes oop?
What is static modifier?
Why it is called runtime polymorphism?
What is polymorphism and example?
What is ambiguity in inheritance?
What is the main purpose of inheritance law?