• 2022-06-29 问题

    调用strlen("abc0ef0g")的返回值为8。 A: 正确 B: 错误

    调用strlen("abc0ef0g")的返回值为8。 A: 正确 B: 错误

  • 2022-06-03 问题

    关于流动效率EF与表皮系数S的关系,描述正确的是( ) A: S>0,则EF<1 B: S<0,则EF>1 C: S=0, 则Ef=1 D: S=1, 则EF=0

    关于流动效率EF与表皮系数S的关系,描述正确的是( ) A: S>0,则EF<1 B: S<0,则EF>1 C: S=0, 则Ef=1 D: S=1, 则EF=0

  • 2022-05-26 问题

    ( )不能对字符串赋初值.A) char str&#91;5&#93;=&quot;good!&quot;; B) char str&#91;&#93;=&quot;good!&quot;;C) char *str=&quot;good!&quot;; D) char str&#91; &#93;={‘g',‘o',‘o',‘d',‘!',‘0'}; A: char str[5]=&quot;good!&quot;; B: char str[]=&quot;good!&quot;; C: char *str=&quot;good!&quot;; D: char str[ ]={‘g',‘o',‘o',‘d',‘!',‘0'};

    ( )不能对字符串赋初值.A) char str&#91;5&#93;=&quot;good!&quot;; B) char str&#91;&#93;=&quot;good!&quot;;C) char *str=&quot;good!&quot;; D) char str&#91; &#93;={‘g',‘o',‘o',‘d',‘!',‘0'}; A: char str[5]=&quot;good!&quot;; B: char str[]=&quot;good!&quot;; C: char *str=&quot;good!&quot;; D: char str[ ]={‘g',‘o',‘o',‘d',‘!',‘0'};

  • 2022-06-01 问题

    若a<c<0<b,则abc与0的大小关系是(). A: abc<0 B: abc=0 C: abc>0 D: 无法确定

    若a<c<0<b,则abc与0的大小关系是(). A: abc<0 B: abc=0 C: abc>0 D: 无法确定

  • 2022-06-12 问题

    print("abc" or 0) A: False B: 0 C: abc

    print("abc" or 0) A: False B: 0 C: abc

  • 2022-06-25 问题

    F(A,B,C)的两个最小项之积=( )。 A: 0 B: 1 C: ABC的非 D: ABC E: AB F: BC G: 0

    F(A,B,C)的两个最小项之积=( )。 A: 0 B: 1 C: ABC的非 D: ABC E: AB F: BC G: 0

  • 2021-04-14 问题

    类ABC的默认构造函数是( )。? ABC( ) {; x = 0;; y = 0;; }|Abc( ) { }|void ABC( ) { }|ABC( ) { }

    类ABC的默认构造函数是( )。? ABC( ) {; x = 0;; y = 0;; }|Abc( ) { }|void ABC( ) { }|ABC( ) { }

  • 2022-07-28 问题

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“0”开头,且以字符“9”结尾的表达式为: A: s[0]==0 and s[9]==9 B: s[0]=&quot;0&quot; or s[-1]=&quot;9&quot; C: s[0]==&quot;0&quot; and s[-1]==&quot;9&quot; D: s[0]==&quot;0&quot; or s[-1]==&quot;9&quot;

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“0”开头,且以字符“9”结尾的表达式为: A: s[0]==0 and s[9]==9 B: s[0]=&quot;0&quot; or s[-1]=&quot;9&quot; C: s[0]==&quot;0&quot; and s[-1]==&quot;9&quot; D: s[0]==&quot;0&quot; or s[-1]==&quot;9&quot;

  • 2022-06-27 问题

    理想气体节流膨胀后,则:() A: ΔU=0,ΔS=0,ΔG=0 B: ΔU<0,ΔS<0,ΔG<0 C: ΔU>0,ΔS>0,ΔG>0 D: ΔU=0,ΔS>0,ΔG<0

    理想气体节流膨胀后,则:() A: ΔU=0,ΔS=0,ΔG=0 B: ΔU<0,ΔS<0,ΔG<0 C: ΔU>0,ΔS>0,ΔG>0 D: ΔU=0,ΔS>0,ΔG<0

  • 2022-07-25 问题

    以下哪个Python程序能成功运行: A: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0: print(a)else: print(-a) B: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0:print(a)else:print(-a) C: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0 print(a)else print(-a) D: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0: print(a)else a&lt;0: print(-a)

    以下哪个Python程序能成功运行: A: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0: print(a)else: print(-a) B: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0:print(a)else:print(-a) C: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0 print(a)else print(-a) D: a=int(input(&quot;请输入一个整数:&quot;))if a&gt;0: print(a)else a&lt;0: print(-a)

  • 1 2 3 4 5 6 7 8 9 10