Which of the following is an advantage of Forward iterator over input and output iterator?
Posted: Wed Jul 13, 2022 7:53 pm
a) Can be used as both accessing and assigning iterator
b) Forward iterator can be incremented or decremented
c) Can be used with relational operators also
d) Can be used with arithmetic operators also
b) Forward iterator can be incremented or decremented
c) Can be used with relational operators also
d) Can be used with arithmetic operators also