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
Why do we need oop?
What does I oop mean?
Why multiple inheritance is not possible?
How many human genes are polymorphic?
What are oops functions?
What are different oops concepts?
What is an example of genetic polymorphism?
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation in simple terms?
Can we create object of interface?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is variable example?
#include
Can a destructor be called directly?
Why oops is important?