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


Please Help Members By Posting Answers For Below Questions

What is inheritance in oop?

808


Is react oop?

830


When not to use object oriented programming?

794


How oops is better than procedural?

841


what's the basic's in dot net

1935


What polymorphism means?

816


What are different oops concepts?

786


Why is object oriented programming so hard?

837


What is the difference between static polymorphism and dynamic polymorphism?

857


Get me an image implementation program.

1753


What are the features of oop?

841


What is abstraction in oop with example?

868


Explain the advantages of inheritance.

885


What is multilevel inheritance?

962


program for insertion ,deletion,sorting in double link list

2456