Home » C++ Programming » Operators » Question
  1. How many types are there in increment/decrement operator?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

There are two types of increment/decrement. They are postfix and prefix.



Your comments will be displayed only after manual approval.