

MCQOPTIONS
Saved Bookmarks
1. |
What are Bi-directional iterators? |
A. | Iterator same as Forward Iterator |
B. | Forward Iterator that can be used in both directions |
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» C. Iterator that can only be used to access the sequence from both sides | |