English
Language : 

CC78K4 Datasheet, PDF (78/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(4) Postfix Increment/Decrement operators
Postfix Operators
++ – –
<1> Postfix ++ (Increment) operator
FUNCTION
The postfix ++ (Increment) operator increments the value of an object by 1.
performed taking the data type of the object into account.
This increment operation is
SYNTAX
postfix-expression ++
NOTE
See <2> below.
<2> Postfix – – (Decrement) operator
FUNCTION
The postfix – – (Decrement) operator decrements the value of an object by 1. This decrement operation is
performed taking the data type of the object into account.
SYNTAX
postfix expression – –
NOTE
The operand of the postfix increment or decrement operator must be a modifiable left-side value (qualified or
unqualified).
78
User’s Manual U15556EJ1V0UM