C++ Containers Question:
Download Job Interview Questions and Answers PDF
What is Iterator class?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is associative container? | What is Input Iterator? |