Name an advantage of linked list over array?
Answer Posted / dinesh kumar thakur jalandhar
------> in case of linklist no continuous memeory is
required .but in case of array there is of need continuous
memory block , mean to say if we have enough free memory but
is not in continuous block than we can not use it in case of
array .
but same memery can be used in case of linklist.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why interface is used?
#include
Why is polymorphism used?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the difference between inheritance and polymorphism?
What are the 3 pillars of oop?
What is encapsulation example?
What are the data types in oop?
Why do we use encapsulation in oops?
Explain the concepts involved in Object Oriented programming.
What is inheritance write a program to show use of inheritance?
Why is polymorphism needed?
Why do we use inheritance?