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 is DlgProc?

685


What are compilers in c++?

700


Will rust take over c++?

684


What gives the current position of the put pointer?

643


What is setiosflags c++?

621






Why do we learn c++?

622


What is else if syntax?

772


What are the 3 levels of programming languages?

634


How much is c++ certification?

663


Can you declare an array without a size in c++?

671


What are virtual functions in c++?

785


What is the exit function in c++?

628


Is c++ map a hash table?

677


Do you know what are pure virtual functions?

735


What is the type of 'this' pointer? When does it get created?

628