InterviewSolution
Saved Bookmarks
| 1. |
How many Associative Containers are provided by C++?(a) 2(b) 3(c) 4(d) 5 |
|
Answer» Correct answer is (c) 4 Best explanation: C++ provides 4 types of Associative Containers namely Set, Map, multiset and multimap. |
|