Answer Posted / shakti singh khinchi
map is a associative container which is known for a key
value pair. Whereas key always unique and associated with a
non unique value.
maps are sorted on the basis of keys. They are simplified
form of hashing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between containment and delegation?
What gives the current position of the put pointer?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What are inline functions? What is the syntax for defining an inline function?
What are c++ manipulators?
What are the storage qualifiers?
What is object in c++ example?
What are different types of loops in c++?
What is an undefined behavior and sequence points
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is lambda in c++?
Who calls main function?
What do you mean by storage classes?
How much do c++ programmers make?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)