Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name an advantage of linked list over array?

Answers were Sorted based on User's Feedback



Name an advantage of linked list over array?..

Answer / manoj kumar jha

1. Array size is fix and cannot change at run time,But in
link list we can create memory accoring to requirement.
2. In array we define but at the run time it is not used so
in that case memory is waste.

Is This Answer Correct ?    44 Yes 3 No

Name an advantage of linked list over array?..

Answer / ritesh parkhi

array always contain static memory location even linklist
contain dynamic memory location.In once declaration of an
array we can store smae type of data but in linkedlist
hetrogeneous link list is possible which can be contain
diffrent diffrent types of data type in linkedlist.in link
list we are using void pointer.

Is This Answer Correct ?    33 Yes 4 No

Name an advantage of linked list over array?..

Answer / satish kondapalli

computer memory is divided into blocks.each work use these
blocks in non-contigious manner.but array elements are
stored in continous memory allocation.this will adversely
affect unuse of the memory blocks.array searches for bigger
blocks it needed,so that many small nlocks of memory is
unused.the main advantage of linkedlist is it can use
non-continuous memory blocks,because of it has the relation
between the nodes,and this is main merit over array.

Is This Answer Correct ?    16 Yes 1 No

Name an advantage of linked list over array?..

Answer / 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

Name an advantage of linked list over array?..

Answer / kabir

Insertion & deletion are relatively easy in linked list.

Is This Answer Correct ?    7 Yes 0 No

Name an advantage of linked list over array?..

Answer / amandeep singh bhatia

In array we can directly access any element by index number
but in Linked list it is not possible,in linked list if we
want to access any element then we go from starting node.

Is This Answer Correct ?    12 Yes 8 No

Name an advantage of linked list over array?..

Answer / dinesh kumar thakur jalandhar

------> in case of linklist no continuous memeory is
required .but in case of array there is of need continuous
memory block , mean to say if we have enough free memory but
is not in continuous block than we can not use it in case of
array .
but same memery can be used in case of linklist.

Is This Answer Correct ?    6 Yes 3 No

Name an advantage of linked list over array?..

Answer / 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

Name an advantage of linked list over array?..

Answer / ranveer singh

array contains static memory even linklist contains dynamic
mrmory location

Is This Answer Correct ?    0 Yes 1 No

Name an advantage of linked list over array?..

Answer / varsha vilas kalebag

double dimension array

Is This Answer Correct ?    7 Yes 22 No

Post New Answer

More OOPS Interview Questions

what's the basic's in dot net

0 Answers   informatics,


Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


What is the differances between a abstract calss and interface

5 Answers   Aviva, Symphony,


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


What are benefits of oop?

0 Answers  


What is a class?

32 Answers   Infosys, TCS, Thylak,


How to improve object oriented design skills?

0 Answers  


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,


What is conditional Compilation?

3 Answers   emc2, HCL,


What is oops and its features?

0 Answers  


class type to basic type conversion

0 Answers  


When you define a integer it gets stored in which data structure?(Stack or a heap)

2 Answers   emc2,


Categories