Name an advantage of linked list over array?

Answer Posted / amarpreet

getting an element from array is easybut from linked list
it is difficult because you have to search from start node
and traverse through each and every node

Is This Answer Correct ?    10 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many human genes are polymorphic?

807


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1722


What is encapsulation process?

800


which feature are not hold visual basic of oop?

1959


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.

2012


Why is oop better than procedural?

822


What is the highest level of cohesion?

786


what is the sylabus for priliminaries?

1928


Why is object oriented programming so hard?

840


What is difference between oop and pop?

897


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2234


What is encapsulation with real life example?

801


What is the real life example of polymorphism?

867


What is polymorphism explain?

994


write knight tour problem which is present in datastructure

2397