mikroC
making it simple...
Equal Sign
The equal sign (
int test[5] = {1, 2, 3, 4, 5};
int x = 5;
The equal sign is also used as the assignment operator in expressions:
int a, b, c;
a = b + c;
For more information, see Assignment Operators.
Pound Sign (Preprocessor Directive)
The pound sign (
nonwhitespace character on a line. It signifies a compiler action, not necessarily
associated with code generation. See Preprocessor Directives for more informa-
tion.
and
#
during the preprocessor scanning phase. See Preprocessor Operators.
MikroElektronika: Development tools - Books - Compilers
) separates variable declarations from initialization lists:
=
) indicates a preprocessor directive when it occurs as the first
#
are also used as operators to perform token replacement and merging
##
mikroC - C Compiler for Microchip PIC microcontrollers
page
51
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?