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

What is Input Iterator?

Tweet Share WhatsApp

Answer:

These iterators can read values in the forward movement. They can be incremented, compared and dereferenced.

Download C++ Containers PDF Read All 19 C++ Containers Questions
Previous QuestionNext Question
What is Iterator class?What is Ouptut Iterator?