Page 1 of 1

If i1 is Input Iterator and i2 is Output Iterator, then which of the following things are correct?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
i) cout<<*i1;
ii) i2 can be used with == operator
iii) *i1 = 1
iv) i2--
a) i and ii
b) i only
c) i, ii and iv
d) iii and iv