English
Language : 

CC78K4 Datasheet, PDF (73/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
5.1 Primary Expressions
Primary expressions include the following.
• Identifier declared as object or function
(identifier primary expression)
• Constant (constant primary expression)
• String literal (constant primary expression)
• Expression enclosed in parentheses
(parenthesized expression)
An identifier that becomes a primary expression is a left-side value if an object is declared or a function locator if a
function is declared. The data type of a constant is determined according to the value specified for the constant as
explained in 2.4 Constants. String literal(s) become a left-side value that has a data type as explained in 2.5 String
Literals.
5.2 Postfix Operators
A postfix operator is an operator that appears or is placed after an object or function.
The primary expressions are described below.
User’s Manual U15556EJ1V0UM
73