• 2022-06-09
    以下程序段的输出结果是(     ) char s[]="KvwxyzA"; printf("%d
  • strlen(s));"

    内容

    • 0

      程序段 char s[ ]="\\\102abc";printf("%d\n", strlen(s)); 的输出结果是: A: 5 B: 8 C: 9 D: 10

    • 1

      以下程序段的输出结果是char s[]="\\141\141abc\t";printf ("%d\n",strlen(s)); A: 9 B: 12 C: 13 D: 14

    • 2

      以下程序段的输出结果是?char s[]="hello\t中国";printf(“%d\n”,strlen(s)); A: 8 B: 9 C: 10 D: 11

    • 3

      以下程序段的输出结果是 。Char s[ ]=”Hello World!”;Strlwr(s);Printf(“%s”,s); A: hello world! B: HELLO world! C: hello WORLD! D: HELLO WORLD!

    • 4

      下列程序段的输出结果是______。 char s[ ]=”\\\102abc”; printf(“%d\n”,strlen(s)); A: 5 B: 8 C: 9 D: 10