What is "map" in STL?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does h mean in maths?

564


How are the features of c++ different from c?

590


How does com provide language transparency?

600


What is an iterator?

684


What are separators in c++?

622






What is the best c++ book?

710


What are advantages of c++?

560


What are the 4 types of library?

591


How a new element can be added or pushed in a stack?

579


How one would use switch in a program?

611


What is c++ runtime?

651


Can a class be static in c++?

563


Refer to a name of class or function that is defined within a namespace?

601


What is a class template in c++?

518


How does atoi function work?

620