1.

How many Container Adaptors are provided by C++?(a) 2(b) 3(c) 4(d) 5This question was posed to me by my college professor while I was bunking the class.This question is from Standard Template Library topic in division Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

Right option is (b) 3

For explanation: C++ provides 3 types of Container Adaptors NAMELY Stack, Queue and Priority Queues.



Discussion

No Comment Found

Related InterviewSolutions