Name an advantage of array over linked list?

Answer Posted / atul kumar gupta

1-:array is working the concept of sequential.but linked
list is not provid the go directaly access the any alement.
2-:linked list are very complicated comparing the array
becouse the consist the two part which frst part is contain
the item and second is contain address of next node,so that
these are complicated compare then array.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are polymorphisms mutations?

703


What is byval and byref? What are differences between them?

1689


What is balance factor?

589


How to use CMutex, CSemaphore in VC++ MFC

4333


What is class and object with example?

585






What is abstraction in oops?

589


What is overriding in oop?

550


What is oops in programming?

568


What are main features of oop?

633


What is class and example?

569


What is a superclass in oop?

670


what is the drawback of classical methods in oops?

2920


What is difference between inheritance and polymorphism?

573


What are the benefits of interface?

581


write string class as your own class in java without using any built-in function

1976