单选题 经下列语句定义后,sizeof(x)、sizeof(y)、sizeof(a)、sizeof(b)在IBM-PC机上的值分别为______。
char x=65;
float y=7.3;
int a=100;
double b=4.5;
【正确答案】 C
【答案解析】