What is the use of checked iterators?
(a) Overwrite the bounds of your container
(b) Not allow you to overwrite the bounds of your container
(c) It will check the list value
(d) Overwrite the bounds of your iterators
This question was addressed to me in final exam.
My query is from Checked Iterators in section Algorithms, Objects & Iterators in C++ of C++