English
Language : 

CC78K0S Datasheet, PDF (78/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
5.1 Primary Expressions
Primary expressions include the following.
• Identifier declared as an object or function
(identifier primary expression)
• Constant (constant primary expression)
• String literal (constant primary expression)
• Expression enclosed in parentheses
(parenthesized expression)
An identifier which 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
Literal.
5.2 Postfix Operators
A postfix operator is an operator that appears or is placed after an object or function.
The primary expressions are explained on the following pages.
78
User’s Manual U14872EJ1V0UM