InterviewSolution
Saved Bookmarks
| 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 |
|