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 ios class in c++?
What is the difference between global int and static int declaration?
How is c++ used in the real world?
What are the four main data types?
Explain terminate() function?
Difference between pass by value and pass by reference?
Why is c++ not purely object oriented?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is a syntax in c++?
What are separators in c++?
How can you say that a template is better than a base class?
Why is main an int?
why and when we can declar member fuction as a private in the class?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Explain stack unwinding.