问题 填空题

程序的运行结果为 【6】 。main(){ int x,y,z; x=24; y=024; z=0x24; printf("%d,%d,%d\n",x,y,z);}

答案

参考答案:24,20,36

单项选择题
填空题