Page 1 of 1

What are Random-access Iterators?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
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