98.0k views
1 vote
When the increment or decrement operator is placed before the operand (or to the operand's left), the operator is being used in __________ mode?

1 Answer

5 votes

When the increment or decrement operator is placed before the operand (or to the operand's left), the operator is being used in prefix mode. Postfix mode on the other hand is when the increment or decrement operator is placed after the operand (or to the oper and's right) .


User Lydias
by
7.9k points