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
How to use CMutex, CSemaphore in VC++ MFC
What are the three main types of variables?
What does enum stand for?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation in oops?
What is protected in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What do you mean by abstraction?
Advantage and disadvantage of routing in telecom sector
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How oops is better than procedural?
What is the point of polymorphism?
What is object in oops?
Why multiple inheritance is not allowed?
What is coupling in oops?