What is "map" in STL?

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


Please Help Members By Posting Answers For Below Questions

Explain the differences between list x; & list x();.

598


What is the difference between the compiler and the preprocessor?

611


What is the exit function in c++?

539


What is data types c++?

542


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3694






What is iterator c++?

543


Explain polymorphism?

581


What is c++ runtime?

651


Where is atoi defined?

579


What are dynamic type checking?

612


What is function overloading c++?

570


What is prototype in c++ with example?

560


Can you use the function fprintf() to display the output on the screen?

659


What is c++ try block?

577


Tell me can a pure virtual function have an implementation?

555