1.

How many Sequence Containers are provided by C++?(a) 2(b) 3(c) 4(d) 5I had been asked this question by my college director while I was bunking the class.Origin of the question is Standard Template Library in section Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

Correct choice is (d) 5

The explanation is: C++ PROVIDES 5 types of Sequence Containers NAMELY ARRAY, vector, deque, forward_list and list.



Discussion

No Comment Found

Related InterviewSolutions