C++ Containers Question:

What is Iterator class?

C++ Containers Interview Question
C++ Containers Interview Question

Answer:

An iterator class is used to iterate through objects of the container class. An iterator is an entity that gives access to the contents of a container object.


Previous QuestionNext Question
What is associative container?What is Input Iterator?