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 new keyword in oops?
#include
What are oops methods?
Why do we use encapsulation in oops?
What is interface in oop?
What is persistence in oop?
What is the difference between encapsulation and polymorphism?
What is an example of genetic polymorphism?
Write a c++ program to display pass and fail for three student using static member function
What is debug class?what is trace class? What differences are between them? With examples.
What are the two different types of polymorphism?
What is destructor oops?
What is use of overloading?
How long to learn object oriented programming?
Why do we use class?