English
Language : 

CC78K4 Datasheet, PDF (97/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
5.9 Logical Operators
Logical operators perform logical OR and logical AND operations. A logical OR operation is specified with a
logical OR operator, and a logical AND operation is specified with a logical AND operator. Each operator is shown
below.
• Logical AND operator & &
• Logical OR operator | |
Each operand of both the operators returns the value of int type ‘0’ or ‘1’. The following explains each logical
operator. E1 and E2 used in the explanation of syntax indicate operands or expressions.
User’s Manual U15556EJ1V0UM
97