• 2021-04-14 问题

    若有程序如下 int *p,*q,a[10],c; p=&a[0];q=&a[9]; c=q>p; 则c的值为________

    若有程序如下 int *p,*q,a[10],c; p=&a[0];q=&a[9]; c=q>p; 则c的值为________

  • 2022-06-11 问题

    "p∨q"为真的情况有: A: p=1,q=0 B: p=0,q=0 C: p=1,q=1 D: p=0,q=1

    "p∨q"为真的情况有: A: p=1,q=0 B: p=0,q=0 C: p=1,q=1 D: p=0,q=1

  • 2022-06-14 问题

    满足命题公式(p∧q)→¬p的解释为 A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

    满足命题公式(p∧q)→¬p的解释为 A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

  • 2022-06-03 问题

    (p∧q)→¬p命题公式的成真赋值为( ) A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

    (p∧q)→¬p命题公式的成真赋值为( ) A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

  • 2022-06-15 问题

    以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]="hello", q[10]= "world", *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= "hello", q[10]= "world", *t;t=p; p=q; q=t; C: char p[10]= "hello", q[10]= "world", t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= "hello", q[10]= "world", t[10];t=p; p=q; q=t;

    以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]="hello", q[10]= "world", *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= "hello", q[10]= "world", *t;t=p; p=q; q=t; C: char p[10]= "hello", q[10]= "world", t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= "hello", q[10]= "world", t[10];t=p; p=q; q=t;

  • 2022-05-28 问题

    p → q为假当且仅当( ) A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

    p → q为假当且仅当( ) A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

  • 2022-06-15 问题

    气体经节流膨胀过程() A: Q>0  ΔH=0   Δp<0 B: Q=0  ΔH=0   Δp<0 C: Q=0  ΔH>0   Δp<0 D: Q=0  ΔH=0   Δp>0

    气体经节流膨胀过程() A: Q>0  ΔH=0   Δp<0 B: Q=0  ΔH=0   Δp<0 C: Q=0  ΔH>0   Δp<0 D: Q=0  ΔH=0   Δp>0

  • 2022-06-03 问题

    $命题公式(p \wedge q) \rightarrow \neg p的成真赋值为? $ A: $p=0,q=0 $ B: $p=0,q=1 $ C: $p=1,q=0 $ D: $p=1,q=1 $

    $命题公式(p \wedge q) \rightarrow \neg p的成真赋值为? $ A: $p=0,q=0 $ B: $p=0,q=1 $ C: $p=1,q=0 $ D: $p=1,q=1 $

  • 2022-06-06 问题

    如果函数处连续,则p、q的值为:() A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

    如果函数处连续,则p、q的值为:() A: p=0,q=0 B: p=0,q=1 C: p=1,q=0 D: p=1,q=1

  • 2022-06-15 问题

    以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]=&quot;hello&quot;, q[10]= &quot;world&quot;, *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= &quot;hello&quot;, q[10]= &quot;world&quot;, *t;t=p; p=q; q=t; C: char p[10]= &quot;hello&quot;, q[10]= &quot;world&quot;, t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= &quot;hello&quot;, q[10]= &quot;world&quot;, t[10];t=p; p=q; q=t;

    以下程序段中能够正确实现p和q中两个字符串互换的是: A: char p[10]=&quot;hello&quot;, q[10]= &quot;world&quot;, *t;strcpy(t,p); strcpy(p,q); strcpy(q,t); B: char p[10]= &quot;hello&quot;, q[10]= &quot;world&quot;, *t;t=p; p=q; q=t; C: char p[10]= &quot;hello&quot;, q[10]= &quot;world&quot;, t[10];strcpy(t,p); strcpy(p,q); strcpy(q,t); D: char p[10]= &quot;hello&quot;, q[10]= &quot;world&quot;, t[10];t=p; p=q; q=t;

  • 1 2 3 4 5 6 7 8 9 10