1.

What are Random-access Iterators?

A. Iterators that can be used to access elements at an arbitrary offset position
B. Same as Bi-directional iterator
C. Input iterator with the additional property of random access
D. Output iterator with the additional property of random access
Answer» B. Same as Bi-directional iterator


Discussion

No Comment Found