Vidyalelo
C++ Programming · Q86

Standard Template Library (STL) in C++

Programming · C++ Programming · question 86

Q86

What are Iterators?

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
Answer
D.
Iterators are used to iterate over functions

Answer: Option C

Solution

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