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 name hiding in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Define a pdb file.
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Carry out conversion of one object of user-defined type to another?
What are the uses of c++ in the real world?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
How do you print a string on the printer?
Which is the best c++ compiler for beginners?
Will a catch statement catch a derived exception if it is looking for the base class?
Is multimap sorted c++?
Is vector a class in c++?
How would you find out if a linked-list is a cycle or not?
What does the ios::ate argument do?
What is the C-style character string?