Name an advantage of array over linked list?
Answer Posted / amandeep singh bhatia
IN array we can directly access any element by index number
but in linked list if we want to access any element then we
have to go from starting and linearly we access that
element.
Is This Answer Correct ? | 43 Yes | 11 No |
Post New Answer View All Answers
What is inheritance in oop?
Is react oop?
When not to use object oriented programming?
How oops is better than procedural?
what's the basic's in dot net
What polymorphism means?
What are different oops concepts?
Why is object oriented programming so hard?
What is the difference between static polymorphism and dynamic polymorphism?
Get me an image implementation program.
What are the features of oop?
What is abstraction in oop with example?
Explain the advantages of inheritance.
What is multilevel inheritance?
program for insertion ,deletion,sorting in double link list