1.

How many adaptors support the checked iterators?(a) 1(b) 2(c) 3(d) 4I had been asked this question in exam.I need to ask this question from Checked Iterators in portion Algorithms, Objects & Iterators in C++ of C++

Answer» RIGHT choice is (B) 2

The BEST I can EXPLAIN: There are two adaptors that SUPPORT checked iterators. They are checked_array_iterator class, Checked_iterator class.


Discussion

No Comment Found

Related InterviewSolutions