HP C A.06.05 Reference Manual

Expressions and Operators
sizeof Operator
Chapter 5 133
If you execute this program, you get the following output:
TYPE SIZE
char 1
short 2
int 4
float 4
double 8