网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下面代码段的输出是( )。
A.编译出错
B.5752
C.true
D.无任何输出
参考答案
更多 “ 下面代码段的输出是( )。A.编译出错B.5752C.trueD.无任何输出 ” 相关考题
考题
下面程序段的输出结果是( )。A.t has been created.B.t has been created. t is running.C.t is running.D.编译出错
考题
运行下列代码后,正确的结果为: public class Test { static int age; public static void main (String args []) { age = age + 1; System.out.println("age=" + age); } }A.编译运行后无任何输出B.编译运行后输出 age=1C.编译运行后输出 age=0D.编译出错
考题
【单选题】有下面程序段,上机运行,将 。 char a[3],b[]="China"; a=b; printf("%s",a);A.输出ChinaB.输出ChiC.输出ChD.编译出错
考题
运行下列代码后,正确的结果为: public class Test { static int age; public static void main (String args []) { age = age + 1; System.out.println("age=" + age); } }A.编译运行后输出 age=0B.编译运行后输出 age=1C.编译出错D.编译运行后无任何输出
热门标签
最新试卷