InterviewSolution
Saved Bookmarks
| 1. |
Which container can have the same keys?(a) map(b) multimap(c) unordered map(d) setI got this question in an international level competition.The above asked question is from More Containers topic in section Class Hierarchies, Library & Containers of C++ |
|
Answer» The correct OPTION is (b) multimap |
|