Home » C++ Programming » Operators » Question
  1. Pick out the correct statement.
    1. Increment operator ++ adds 2 to its operand
    2. Decrement operator ++ subtracts 1 to its operand
    3. Increment operator ++ adds 1 to its operand
    4. All of above
    5. None of these
Correct Option: C

Increment operator ++ adds 1 to its operand



Your comments will be displayed only after manual approval.