• 2022-06-15 问题

    以下涉及字符串数组、字符指针的程序段,不会产生编译错误的是()。 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="=============";

  • 2022-06-06 问题

    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!

  • 2022-06-06 问题

    程序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!"); } }

  • 2022-06-05 问题

    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: 语法错误

  • 2022-07-25 问题

    下列不正确的常量表示是_______。 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: "我爱中国"

  • 2022-06-05 问题

    运行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

  • 2022-06-11 问题

    ‘helloWorld’.upper()的值是()。 A: "HELLOWORLD" B: "Helloworld" C: "helloWorld" D: "helloworld"

    ‘helloWorld’.upper()的值是()。 A: "HELLOWORLD" B: "Helloworld" C: "helloWorld" D: "helloworld"

  • 2022-06-06 问题

    语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。 A: helloWORLD B: helloworld C: HELLOWORLD D: HELLOworld

    语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。 A: helloWORLD B: helloworld C: HELLOWORLD D: HELLOworld

  • 2022-06-06 问题

    如何使用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");

  • 2022-06-06 问题

    使用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”);

  • 1 2 3 4 5 6 7 8 9 10