| sizeof-ints-output-windows - Output fra programmet (gcc med Cygwin på min Windows maskine). | Lektion 8 - slide 7 : 29 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