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 do you mean by volatile variable?
How long does it take to get good at leetcode?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Difference between struct and class in terms of access modifier.
Eplain extern keyword?
Which c++ operator cannot overload?
Can you use the function fprintf() to display the output on the screen?
What are the rules about using an underscore in a c++ identifier?
What do you know about near, far and huge pointer?
Explain the difference between c & c++?
Describe the advantage of an external iterator.
Does c++ have foreach?
Is python written in c or c++?
Why do we need constructors in c++?
When are exception objects created?