下面程序的输出结果是( )。 main() { int w=4,x=3,y=2,z=1; printf(“%d\n”,(w<x?w:z<y?z:x)); }

admin2019-04-03  28

问题 下面程序的输出结果是(    )。
      main()
       { int w=4,x=3,y=2,z=1;
         printf(“%d\n”,(w<x?w:z<y?z:x));
         }

选项 A、1
B、2
C、3
D、4

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/TVhZ777K
0

最新回复(0)