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 "map" in STL?

Answer Posted / shakti singh khinchi

map is a associative container which is known for a key
value pair. Whereas key always unique and associated with a
non unique value.
maps are sorted on the basis of keys. They are simplified
form of hashing.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which software is used to run c++ program?

1043


What are the restrictions apply to constructors and destructors?

1120


What is static class data?

1108


What is the difference between #define debug 0 and #undef debug?

1234


What is flush programming?

1058


Why is c++ still used?

1134


What is static in c++?

1097


What is c++ virtual inheritance?

1188


What is a c++ class?

1150


Explain the properties and principles of oop.

1068


Write a Program for find and replace a character in a string.

1130


How many different levels of pointers are there?

1277


How is data hiding achieved in c++?

1140


Differentiate between late binding and early binding. What are the advantages of early binding?

1078


Is it possible for a member function to use delete this?

1134