Which of the following is correct about Input Iterators?
(a) They cannot be decremented
(b) Cannot be used in multi-pass algorithms
(c) Can only be incremented
(d) All of the mentioned
I had been asked this question during an interview.
This intriguing question originated from Iterators in portion Algorithms, Objects & Iterators in C++ of C++