单项选择题sizeof(float)是 。
单项选择题有如下程序 main() { int x=3; do { prinff( %d ,x--);} while(!x); } 该程序的执行结果是_____。