char 1
short 2
int 4
long 4
float 4
double 8
signed 最高位是符号位,有符号数,可以表示负数
unsigned 最高位是数值位,无符号数,不可以表示负数
c没有Boolean,byte,c用0和非0表示false和true