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
How many human genes are polymorphic?
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.
What is encapsulation process?
which feature are not hold visual basic of oop?
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.
Why is oop better than procedural?
What is the highest level of cohesion?
what is the sylabus for priliminaries?
Why is object oriented programming so hard?
What is difference between oop and pop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation with real life example?
What is the real life example of polymorphism?
What is polymorphism explain?
write knight tour problem which is present in datastructure