printf("%d\n", sizeof(char));printf("%d\n", sizeof(double));printf("%d\n", sizeof(float));char 1,double 8 ,float 4 int 与编译器有关。short int 2, long int 4.