C++ Containers Question: Download C++ Containers PDF

What is Iterator class?

Tweet Share WhatsApp

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.

Download C++ Containers PDF Read All 19 C++ Containers Questions
Previous QuestionNext Question
What is associative container?What is Input Iterator?