English
Language : 

CC78K0S Datasheet, PDF (83/520 Pages) NEC – C Compiler Ver.1.30 or Later 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. This increment operation is performed by
taking the data type of the object into account.
SYNTAX
postfix-expression ++
<2> Postfix decrement operator
FUNCTION
The postfix decrement operator decrements the value of an object by 1. This decrement operation is performed
by 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 Lvalue
unqualified).
(qualified or
User’s Manual U14872EJ1V0UM
83