Datasheet
OPERATORS
Operators are tokens that trigger some computation when applied to variables and
other objects in an expression.
- Arithmetic Operators
- Assignment Operators
- Bitwise Operators
- Logical Operators
- Reference/Indirect Operators
- Relational Operators
- Structure Member Selectors
- Comma Operator
,
- Conditional Operator ? :
- Array subscript operator []
- Function call operator ()
- sizeof Operator
- Preprocessor Operators
# and ##
193
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroC PRO for AVR
CHAPTER 5