有如下程序程序运行后的输出结果是A.FALSE OUT:a=1,b=1B.FALSE_OUT:a=0,b=2C.TRUE_0UT:a=1,b=2D.TRUE_DUT:a=0,b=11
有如下程序
程序运行后的输出结果是
A.FALSE OUT:a=1,b=1
B.FALSE_OUT:a=0,b=2
C.TRUE_0UT:a=1,b=2
D.TRUE_DUT:a=0,b=11
相关考题:
有以下程序:include main(){ printf("%d\n",NULL);}程序运行后的输出结果是()。A.0B.1C 有以下程序: #include<stdio.h> main() { printf("%d\n",NULL);} 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错
有以下程序includemain(){printf("%d\n",NULL);}程序运行后的输出结果是A.0B.1C.-1D.N 有以下程序 #include<stdio.h> main() {printf("%d\n",NULL);} 程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错
有以下程序:includemain(){printf("%d\n",NULL));程序运行后的输出结果是()。A.0B.1C.- 有以下程序: #include<stdio.h> main() {printf("%d\n",NULL)); 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错
有以下程序:includemain(){ printf("%d\n",NULL)"}程序运行后的输出结果是()。A.0B.1C. 有以下程序: #include <stdio.h> main() { printf("%d\n",NULL)"} 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错
有如下程序 public class Sun { public static void main(String args[ ]) { int a=2,b=1,c=2; if(a<B) if(b<0) if(c<0) c=0; else C++; System.out.println(C) ; } } 上述程序的运行结果是( )。A.0B.1C.2D.3
有如下程序 public class Sun { public static void main (String args[ ]) { int a=2, b=1, c=2; if (a<B) if (b<0) if (c<0) c=0; else c++; System. out.println(C) ; } } 上述程序的运行结果是( )。A.0B.1C.2D.3