InterviewSolution
Saved Bookmarks
| 1. |
What will happen if the iterator is unchecked?(a) Arising of compiler warnings(b) Unchecked behavior on program(c) Nothing will execute(d) Arising of compiler warnings & Unchecked behavior on programThis question was posed to me in exam.Origin of the question is Checked Iterators in portion Algorithms, Objects & Iterators in C++ of C++ |
| Answer» | |