Home » C++ Programming » Questions and Answers » Question
  1. By using which operator does point to next element is represent in iterator?
    1. +-
    2. ++
    3. All of above
    4. None of these
Correct Option: C

‘++’ operator is used to represent the next element in the iterator.



Your comments will be displayed only after manual approval.