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
What are special characters c++?
What is the c++ code?
If dog is a friend of boy, is boy a friend of dog?
What is a map in c++?
What is copy constructor? Can we make copy constructor private in c++?
What are the differences between the function prototype and the function defi-nition?
Why cstdlib is used in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Is c++ map a hash table?
What is an undefined behavior and sequence points
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Explain how to initialize a const member data.
What does I ++ mean in c++?
What are arrays c++?
Which should be more useful: the protected and public virtuals?