Vidyalelo
C++ Programming · Q817

C++ miscellaneous

Programming · C++ Programming · question 817

Q817

What are Bi-directional iterators?

A.
Iterator same as Forward Iterator
B.
Forward Iterator that can be used in both directions
Answer
C.
Iterator that can only be used to access the sequence from both sides
D.
Iterator that can only be used to assign the sequence from both sides

Answer: Option B

Solution

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