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?

Answers were Sorted based on User's Feedback



What is "map" in STL?..

Answer / saroj das ,balsore

map class support an associative container in which
unique keys are mapped .with values. in essence ,a key is
simply name that you give to a value .once value you can
retrive it by using has been stored.

the most general sense, a map is a list of key /
value pairs .

Is This Answer Correct ?    3 Yes 0 No

What is "map" in STL?..

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

More C++ General Interview Questions

Explain function overloading

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


Is c++ built on c?

0 Answers  


How did c++ get its name?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

0 Answers  


Explain deep copy and a shallow copy?

0 Answers  


When does a name clash occur?

1 Answers  


Live example for static function?

1 Answers   Infosys,


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

0 Answers  


What are the rules about using an underscore in a c++ identifier?

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


Categories