Typ | Rozmiar (w bitach) |
Zasięg |
---|---|---|
char | 8 | -127 to 127 |
unsigned char | 8 | 0 to 255 |
int | 16 | -32767 to 32767 |
unsigned int | 16 | 0 to 65535 |
long int | 32 | -2147483647 to 2147483647 |
unsigned long int | 32 | 0 to 4294967295 |
float | 32 | Six digit precision |
double | 64 | Ten digit precision |
long double | 80 | Ten digit precision |