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 does catch(…) mean?
What does n mean in c++?
Is there a sort function in c++?
What do you mean by static variables?
Explain the uses oof nested class?
What is pointer to member?
What is a class template?
How do I make turbo c++ full screen?
Explain mutable storage class specifier.
What is setfill c++?
Explain the difference between c & c++?
Why do we use constructor?
What is null and void pointer?
Which is better c++ or java?
Define a conversion constructor?