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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is abstraction and encapsulation?

1011


What is interface? When and where is it used?

2163


Whats is abstraction in oops?

1070


What is abstraction oop?

1080


What is class encapsulation?

1090


• What are the desirable attributes for memory managment?

2225


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1848


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1629


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

2108


What is encapsulation with real life example?

1032


What is encapsulation example?

1050


What is byval and byref? What are differences between them?

2210


What is difference between multiple inheritance and multilevel inheritance?

1142


Why is abstraction used?

1089


Which method cannot be overridden?

1087