1.

In which type of semantics does c++ implements iterator?(a) Memory(b) Size(c) Pointer(d) ValueI have been asked this question during an online exam.The query is from Iterators and Sequences in section Algorithms, Objects & Iterators in C++ of C++

Answer»

The CORRECT choice is (c) POINTER

The explanation: C++ USES pointer arithmetic/semantic to IMPLEMENT iterators.



Discussion

No Comment Found

Related InterviewSolutions