What is "map" in STL?
Answers were Sorted based on User's Feedback
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 |
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 |
What is ios class in c++?
without if else statement can be written ah
What is abstraction in c++ with example?
What do you mean by “this” pointer?
Can a program run without main?
What is the full form of india?
What is a literal in c++?
What is object file? How can you access object file?
What is the difference between a template and a macro?
What does catch(…) mean?
which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
what is c++