| sizeof-ints-output-linux - Output fra programmet (gcc på en Linux filserver). | Lektion 8 - slide 7 : 29 Program 4 |
Here are the sizes of some integral types:
int: 4 bytes
unsigned: 4 bytes
long: 8 bytes
unsigned long: 8 bytes
short: 2 bytes
unsigned short: 2 bytes
char: 1 byte