• 2022-06-06
    强夯地基应对锤重,常用为( )。
    A: 5~10t
    B: 10~15t
    C: 10~25t
    D: 25~35t
  • C

    内容

    • 0

      温带植物呼吸作用的最适温度是()。 A: 5~10 B: 10~20 C: 15~25 D: 25~35

    • 1

      ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

    • 2

      以下程序段中能够正确实现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;

    • 3

      对于一个3位的正整数m,取出它的个位数字t(t为整型)的表达式是______。 A: t=m/100%10 B: t=(m-m/100*100)%10 C: t=m/lO%10 D: t=m/10

    • 4

      以下程序段中能够正确实现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;