Which of the following is correct?
(a) Input Iterators are used for assigning
(b) Output Iterators are used for assigning
(c) Both Input and Output Iterators are used for accessing
(d) Both Input and Output Iterators are used for assigning
The question was asked in unit test.
Question is taken from Iterators in chapter Algorithms, Objects & Iterators in C++ of C++