填空题 在C++中,下列程序段的输出结果是 [4]
int x, a[10];
cout<<sizeof(x)<<“”<<sizeof(a)<<“”<<sizeof(float)<<end1

  • 1、
【正确答案】 1、4 40 4    
【答案解析】