sizeof(double)是()
函数调用
int型表达式
double型表达式
非法表达式
sizeof()运算对象是数据类型符或变量,结果类型是整型,故sizeof(double)是int型表达式。