How many types of iterators are there in C++ STL? As of now, I know of these:
- Output Iterator
- Input Iterator
- Forward Iterator
- Random Access Iterator
Are there more? What are the differences between them? What are the limitations and characteristics of each? Which type is used when?