Name an advantage of linked list over array?
Answer Posted / azhar iqbal
Array is of fix size & contain always same type of data.
Whereas linklist is dynamic in size.And a type of linklist
have capability to store different type of data at its
nodes, and for doing that we use void pointer( a pointer
that can point any type of data )
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is class and example?
Can we have inheritance without polymorphism?
Prepare me a program for the animation of train
How do you answer polymorphism?
Why oops is important?
How do you achieve polymorphism?
What is an advantage of polymorphism?
Whats oop mean?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the real time example of encapsulation?
When not to use object oriented programming?
Is this job good for future? can do this job post grduate student?
Why do we use class in oops?
to find out the minimum of two integer number of two different classes using friend function
What is the full form of oops?