更多“—Hello,I'dliketospeaktoMr.Wang. —_____________,He'souttolunchnow. ”相关问题
  • 第1题:

    下列程序执行后的输出结果是( )。 void funcl(int i); void func2(int i); char st[]="hello,friend!"; void funcl(int i) { printf("%C",st[i]); if(i<3) { i+=2;func2(i); ) } void func2(int i) {printf("%c",st[i]); if(i<3) { i+=2;func1(i); } } main() {int i=0;funcl(i);printf("\n"); )

    A.hlm

    B.hlo

    C.hello

    D.he1


    正确答案:B
    解析:本题定义了两个很相似的子函数互相调用,子函数首先输出st[i],然后判断i是否小于3,是的话就让i增2后调用另一个子函数。在主函数中只调用了一次funcl(0),funcl()输出st[0],然后调用func2(2),func2()输出st[2],又调用func1(4),此时i不小于3,所以funcl()只输出st[4]就返回了。故最终输结果为h1o,正确答案为B。

  • 第2题:

    Woman:Hello,Mr.Johnson′s office.
    Man:Good morning.56?
    Woman:Sorry,he′s in a meeting at the moment.57?
    Man:Yes.This is Steve Lee from Brightlight Systems.58?
    Woman:Tomorrow afternoon in your office.
    Man:59.
    Woman:Okay.60.
    Man:Thank you.

    第56题的答案是()

    A.Can I speak to Mr.Johnson,please
    B.I′ll tell him you′ve called
    C.I′ll give him the message
    D.What can I do for you
    E.Can you tell him that we can meet tomorrow afternoon in my office
    F.Can I take a message
    G.Can you ask him to call me back as soon as possible
    H.That′s right

    答案:A
    解析:

  • 第3题:

    已知字符串s='hello',则表达式'he' not in 'hello'的值为:

    A.'True'

    B.'False'

    C.True

    D.False


    D

  • 第4题:

    3. —Hello !

    —________

    A.I'm Alice

    B.Thank you

    C.Fine

    D.Hello


    正确答案:D
    3.D[解析】用Hello问好时,前后保持一致,故选 D。

  • 第5题:

    3、已知字符串s='hello',则表达式'he' not in 'hello'的值为:

    A.'True'

    B.'False'

    C.True

    D.False


    False