What are Iterators?
(a) STL component used to point a memory address of a container
(b) STL component used for vectors
(c) STL component used to call functions efficiently
(d) STL component used to define template classes
I had been asked this question in semester exam.
Query is from Iterators topic in portion Algorithms, Objects & Iterators in C++ of C++