

MCQOPTIONS
Saved Bookmarks
1. |
What type of Iterator i1 is in the following C++ code snipet? |
A. | Input Iterator |
B. | Output Iterator |
C. | Both Input and Output Iterator |
D. | Neither Input nor Output IteratorView Answer |
Answer» C. Both Input and Output Iterator | |