以下程序的输出结果是( )。 #include<stdio.h> main() {int a=1,b=3; if((++a<0)&&!(b--<=0)) printf("%d,%d\n",a,B); else

admin2013-02-23  22

问题 以下程序的输出结果是(    )。    #include<stdio.h>    main()    {int a=1,b=3;    if((++a<0)&&!(b--<=0))    printf("%d,%d\n",a,B);    else    printf("%d,%d\n",b,A);    }

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

答案C

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

最新回复(0)