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 this pointer in oop?
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 the difference between inheritance and polymorphism?
What is encapsulation process?
What does and I oop and sksksk mean?
write a program to find 2^n+1 ?
Why do we use encapsulation in oops?
What is the advantage of oop over procedural language?
What is polymorphism and why is it important?
What is the highest level of cohesion?
Why do we need polymorphism in c#?
Can bst contain duplicates?
How long to learn object oriented programming?
What is destructor oops?
explain sub-type and sub class? atleast u have differ it into 4 points?