InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can serve as random-access iterator?(a) Memory pointer(b) Object pointer(c) Class pointer(d) Memory & Class pointerI got this question by my college director while I was bunking the class.My question comes from Iterators and Sequences topic in division Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» The correct answer is (B) Object pointer |
|