更多“Everybody in the class must give in () exercise book within the given time. ”相关问题
  • 第1题:

    假定有“structBOOK{chartitle[40]floatprice}book”,则正确的语句为( )。

    A.BOOK&x=&book

    B.BOOK&x=book

    C.BOOK&x=newBOOK

    D.BOOK&x=BOOK


    正确答案:B

  • 第2题:

    3.—__________ 1 go out for a while?

    —No,you __________ You must finish your homework first.

    A. Must,needn't

    B. Can,may

    C. May,mustn't

    D. May,must


    正确答案:C

  • 第3题:

    It ______ be quite cold in winter eventhough the city is in Hainan Province.

    A.shall
    B.should
    C.can
    D.must

    答案:C
    解析:
    考查情态动词。句意为“尽管那个城市在海南省,冬天可能也会相当冷”。shall“将要,将会”,should“应该”,can“能够,会”,must“必须”。根据句意选C。

  • 第4题:

    ---- Look! The man at the gate ________ be our headmaster. He is always standing there every morning.

    --- - No, it ________ be him. He is holding a meeting in the office now.

    A.must, can’t B.must, mustn’t C.can’t, can’t D.can’t, mustn’t


    正确答案:A

  • 第5题:

    The seller should lodge any claim for this consignment against the sellers ( ) 30 days ( ) arrivalof the goods.
    A. within ; in B. within ; at
    C. after ; in D. after ; on


    答案:B
    解析:

  • 第6题:

    假定有“struct BOOK{char title[40]; float price;} book;”,则正确的语句为()。

    Astruct BOOK x= &book;

    Bstruct BOOK *x=&book;

    Cstruct BOOK x=calloc(BOOK);

    Dstruct BOOK *x=BOOK;


    B