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