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

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2062


What is auto used for in c++?

558


What does namespace mean in c++?

548


What are c++ files?

568


Is c++ vector a linked list?

542






What are the different types of polymorphism in c++?

583


Differentiate between the manipulator and setf( ) function?

588


What does asterisk mean in c++?

576


What are static and dynamic type checking?

604


What does it mean to declare a member function as static?

605


What is name hiding in c++?

603


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

1935


Define vptr.

588


How are pointers type-cast?

637


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2030