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 is the basic of c++?
Why is c++ is better than c?
Comment on local and global scope of a variable.
If I is an integer variable, which is faster ++i or i++?
Which software is used for c++ programming?
Is java based off c++?
What does catch(…) mean?
What is a constructor and how is it called?
What is a vector c++?
What are the two types of comments, and how do they differ?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Explain abstraction.
What is a loop? What are different types of loops in c++?
What is function prototyping? What are its advantages?
What is #include sstream?