以下涉及字符串数组、字符指针的程序段,不会产生编译错误的是()。 A: char*str,name[10];str="HelloWorld"; B: char*str,name[10];name="HelloWorld"; C: charstr1[10]="prog.c",str2[10];str2=str1; D: charhead_line[];head_line="=============";
以下涉及字符串数组、字符指针的程序段,不会产生编译错误的是()。 A: char*str,name[10];str="HelloWorld"; B: char*str,name[10];name="HelloWorld"; C: charstr1[10]="prog.c",str2[10];str2=str1; D: charhead_line[];head_line="=============";
String str = "HelloWorld!";System.out.print(str.subString(5,10)); A: oWorl B: oWorld C: World D: World!
String str = "HelloWorld!";System.out.print(str.subString(5,10)); A: oWorl B: oWorld C: World D: World!
程序Helloworld.java编译错误。( )public class HelloWorld { public static void main(String[] args){ system.out.println("Hello World!"); } }
程序Helloworld.java编译错误。( )public class HelloWorld { public static void main(String[] args){ system.out.println("Hello World!"); } }
world = "world"str = 'hello'print str+world 的结果为 A: helloworld B: hello world C: hello "world" D: 语法错误
world = "world"str = 'hello'print str+world 的结果为 A: helloworld B: hello world C: hello "world" D: 语法错误
下列不正确的常量表示是_______。 A: 0x33FF B: 1.2e0.5 C: 2L D: '72' E: 'HelloWorld!' F: "我爱中国"
下列不正确的常量表示是_______。 A: 0x33FF B: 1.2e0.5 C: 2L D: '72' E: 'HelloWorld!' F: "我爱中国"
运行print(“\”hello world\)将输出() A: helloworld B: hello world" C: "hello world D: hello world
运行print(“\”hello world\)将输出() A: helloworld B: hello world" C: "hello world D: hello world
‘helloWorld’.upper()的值是()。 A: "HELLOWORLD" B: "Helloworld" C: "helloWorld" D: "helloworld"
‘helloWorld’.upper()的值是()。 A: "HELLOWORLD" B: "Helloworld" C: "helloWorld" D: "helloworld"
语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。 A: helloWORLD B: helloworld C: HELLOWORLD D: HELLOworld
语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。 A: helloWORLD B: helloworld C: HELLOWORLD D: HELLOworld
如何使用PHP输出"helloworld"? A: "HelloWorld"; B: echo"HelloWorld"; C: Document.Write("HelloWorld"); D: System.out.println("HelloWorld");
如何使用PHP输出"helloworld"? A: "HelloWorld"; B: echo"HelloWorld"; C: Document.Write("HelloWorld"); D: System.out.println("HelloWorld");
使用PHP输出"Helloworld"的正确方式是()。 A: "HelloWorld"; B: echo"HelloWorld"; C: Document.Write("HelloWorld"); D: response.write(“HelloWorld”);
使用PHP输出"Helloworld"的正确方式是()。 A: "HelloWorld"; B: echo"HelloWorld"; C: Document.Write("HelloWorld"); D: response.write(“HelloWorld”);