Multiple choice

The___________ is an increment operator which is used to add 1 to the value of the variable.

  1. ++

  2. --

  3. **

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The '++' is an increment operator which is used to add 1 to the value of the variable.