1.

What is the use of adapter in STL in c++?(a) To provide interface(b) To manipulate the data(c) To extract the data(d) To delete the dataI had been asked this question in examination.The origin of the question is Sequences and Containers topic in division Algorithms, Objects & Iterators in C++ of C++

Answer»

Right choice is (a) To provide interface

The EXPLANATION is: ADAPTERS are data TYPES from STL that adapt a container to provide specific interface.



Discussion

No Comment Found

Related InterviewSolutions