mikroC
making it simple...
mikroC - C Compiler for Microchip PIC microcontrollers
Below is the overview of arithmetic types:
Type | Size | Range | |
|
|
| |
(unsigned) char | 0 .. 255 | ||
|
|
| |
signed char | - 128 .. 127 | ||
|
|
| |
(signed) short (int) | - 128 .. 127 | ||
|
|
| |
unsigned short (int) | 0 .. 255 | ||
|
|
| |
(signed) int | |||
|
|
| |
unsigned (int) | 0 .. 65535 | ||
|
|
| |
(signed) long (int) | |||
|
|
| |
unsigned long (int) | 0 .. 4294967295 | ||
|
|
| |
float | |||
±6.80564774407E38 | |||
|
| ||
|
|
| |
double | |||
±6.80564774407E38 | |||
|
| ||
|
|
| |
long double | |||
±6.80564774407E38 | |||
|
| ||
|
|
|
|
| page |
MikroElektronika: Development tools - Books - Compilers | 61 | |
|