Vidyalelo
C++ Programming · Q35

C++ miscellaneous

Programming · C++ Programming · question 35

Q35

Which of the following is correct about map and multimap?

A.
Map can have same keys whereas multimap cannot
B.
Implementation of maps and multimap are different
C.
Multimap can have same keys whereas the map cannot
Answer
D.
Average search time of map is greater than multimap

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board