| sizeof-ints-output - Output fra programmet. | Lektion 5 - slide 6 : 24 Program 3 |
Here are the sizes of some integral types:
int: 4 bytes
unsigned: 4 bytes
long: 4 bytes
unsigned long: 4 bytes
short: 2 bytes
unsigned short: 2 bytes
char: 1 byte