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 enum c++?
Does c++ vector allocate memory?
What is the copy-and-swap idiom?
What is object in c++ example?
What is the advantage of c++ over c?
How const int *ourpointer differs from int const *ourpointer?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
When does a name clash occur in c++?
Explain deep copy and a shallow copy?
What is the difference between object-oriented programming and procedural programming?
What is the use of turbo c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Does c++ support multilevel and multiple inheritances?
Why are arrays usually processed with for loop?
What is c++ in english?