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
Do you know about latest advancements in C++ ?
Why do we need runtime polymorphism in c++?
What is the prototype of printf function?
What happens if a pointer is deleted twice?
What is the disadvantage of using a macro?
What are the extraction and insertion operators in c++? Explain with examples.
Implement stack operations with pointers with appropriate exception checks.
Why c++ is called oop?
What is rvalue?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write about the various sections of the executable image?
Why do we learn c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is the output of the following program? Why?
How can a called function determine the number of arguments that have been passed to it?