Datasheet

int a, b, c;
a = b + c;
For more information, see Assignment Operators.
Pound Sign (Preprocessor Directive)
Pound sign (#) indicates a preprocessor directive when it occurs as the first non-
whitespace character on a line. It signifies a compiler action, not necessarily asso-
ciated with a code generation. See the Preprocessor Directives for more informa-
tion.
# and ## are also used as operators to perform token replacement and merging dur-
ing the preprocessor scanning phase. See the Preprocessor Operators.
141
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroC PRO for AVR
CHAPTER 5