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


What is the difference between std::vector and std::list



What is the difference between std::vector and std::list..

Answer / nashiinformaticssolutions

o Vector: Uses contiguous memory and supports random access.
o List: Uses linked nodes and is better for frequent insertions/deletions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain the difference between realloc() and free() in c++?

0 Answers  


What is a memory leak c++?

0 Answers  


Is structure can be inherited?

5 Answers   HP, ST Micro,


What is a breakpoint?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- &#9474; &#9474; &#9474; &#9474; &#9474; &#9474; ---

0 Answers  


What is the use of the this pointer?

3 Answers  


Mention the purpose of istream class?

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


What are the various oops concepts in c++?

0 Answers  


what are Access specifiers in C++ class? What are the types?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


Categories