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
Which software is used to run c++ program?
What are the restrictions apply to constructors and destructors?
What is static class data?
What is the difference between #define debug 0 and #undef debug?
What is flush programming?
Why is c++ still used?
What is static in c++?
What is c++ virtual inheritance?
What is a c++ class?
Explain the properties and principles of oop.
Write a Program for find and replace a character in a string.
How many different levels of pointers are there?
How is data hiding achieved in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
Is it possible for a member function to use delete this?