C++ Containers Question:
Download Questions PDF

What is Input Iterator?

Answer:

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

Download C++ Containers Interview Questions And Answers PDF

Previous QuestionNext Question
What is Iterator class?What is Ouptut Iterator?