Vidyalelo
C++ Programming · Q145

C++ miscellaneous

Programming · C++ Programming · question 145

Q145

What are Random-access Iterators?

A.
Iterators that can be used to access elements at an arbitrary offset position
Answer
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: Option A

Solution

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