Vidyalelo
C++ Programming · Q731

C++ miscellaneous

Programming · C++ Programming · question 731

Q731

Which of the following is an advantage of Forward iterator over input and output iterator?

A.
Can be used as both accessing and assigning iterator
Answer
B.
Forward iterator can be incremented or decremented
C.
Can be used with relational operators also
D.
Can be used with arithmetic operators also

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board