Name an advantage of linked list over array?
Answer Posted / amandeep singh bhatia
In array we can directly access any element by index number
but in Linked list it is not possible,in linked list if we
want to access any element then we go from starting node.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
what are the ways in which a constructors can be called?
What does it mean when someone says I oop?
why reinterpret cast is considered dangerous?
What is encapsulation in simple terms?
Write a program to sort the number with different sorts in one program ??
Why is abstraction used?
Get me an image implementation program.
#include
Can we create object of abstract class?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can abstract class have normal methods?
What is pure oop?
Can we have inheritance without polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)