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...


Difference between linked list and array?

Answers were Sorted based on User's Feedback



Difference between linked list and array?..

Answer / shyamu sharma

Linked List is dynamic, Array is static.
Searching : Fast in Linked List, Slow in Array.
Array is fixed length, Linked List Unlimited till Memory end.

Is This Answer Correct ?    12 Yes 1 No

Difference between linked list and array?..

Answer / truong nguyen

Memory address of items in the array are continues but they
are not continues in the linked list. So you will easily to
access one item in an array, but not for a linked list.
However, you can easily insert or remove one item into/from
a linked list.

Is This Answer Correct ?    8 Yes 1 No

Difference between linked list and array?..

Answer / nisha

linked list can be implemented dynamically

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


Is it possible to provide special behavior for one instance of a template but not for other instances?

0 Answers  


What is functions syntax in c++?

0 Answers  


Explain what is oop?

0 Answers  


What is the difference between = and == in C?

20 Answers   Christ University, Intel,


Should I learn c or c++ first?

0 Answers  


What is a breakpoint?

0 Answers  


What is an incomplete type in c++?

0 Answers  


Write a program to concatenate two strings.

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


Write about a nested class and mention its use?

0 Answers  


What is the difference between Pointer and a Reference? When you would use them?

4 Answers   Wipro,


Categories