Datasheet
CONSTANTS
Constants or literals are tokens representing fixed numeric or character values.
The mikroC PRO for AVR supports:
- integer constants 
- floating point constants 
- character constants 
- string constants (strings literals) 
- enumeration constants 
The data type of a constant is deduced by the compiler using such clues as a
numeric value and format used in the source code.
126
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroC PRO for AVR
CHAPTER 5










