填空题 程序的运行结果为{{U}} 【6】 {{/U}}。 main() { int x,y,z; x=24; y=024; z=0x24; printf("%d,%d,%d/n",x,y,z); }
  • 1、
【正确答案】 1、24,20,36    
【答案解析】