Page 1 of 1

What are Iterators?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Iterators are used to iterate over C-like arrays
b) Iterators are used to iterate over pointers
c) Iterators are used to point memory addresses of STL containers
d) Iterators are used to iterate over functions