1.

How many Associative Containers are provided by C++?(a) 2(b) 3(c) 4(d) 5This question was addressed to me in an international level competition.Question is taken from Standard Template Library in division Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

Correct answer is (C) 4

Best EXPLANATION: C++ PROVIDES 4 TYPES of Associative Containers namely Set, Map, multiset and multimap.



Discussion

No Comment Found

Related InterviewSolutions