Computer Science, asked by tulikajain9304, 1 year ago

The increment and decrement operators can each be utilized in _____ different ways. Fill in the blank.

Answers

Answered by divyanshi261
0
HeÿA ♡♡

Your Answer : Two

>Prefix
>Postfix

HöPe ïT hèLps u (灬♥ω♥灬)
Answered by aqibkincsem
0

The increment and decrement operators can be utilized in two different ways. By using postfix and prefix operators.

Postfix refers to the number being used first and changed later depending on whether it is increment or decrement.

Prefix refers to the number being changed immediately whether it is increment or decrement. example i++ or ++i

Similar questions