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
how to get the oracle certification? send me the answer
Why it is called runtime polymorphism?
What is and I oop mean?
What are the benefits of interface?
What is the point of oop?
Why is oop better than procedural?
What is abstraction oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation in oops?
can inline function declare in private part of class?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is inheritance write a program to show use of inheritance?
What is encapsulation process?
Can enum be null?