mikroElektronika PIC Microcontrollers PIC12 User Manual page 59

Mikroc user's manual
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents