niusouti.com
更多“Charles is now an actor. ______(give)half a chance I would have been the same. ”相关问题
  • 第1题:

    Why()the old block of flats()demolished next month?

    A、are…being

    B、is…being

    C、has…been

    D、have…been


    参考答案:B

  • 第2题:

    I () roast leg of lamb, please.

    A、will like

    B、would like

    C、would


    正确答案:B

  • 第3题:

    I've been waiting for him for ______ hour and ______ half.

    A. ×; ×
    B. the; a
    C. a; ×
    D. an; a

    答案:D
    解析:
    "an hour and a half"表示"一个半小时"。其他选项都不成立。

  • 第4题:

    —I'd met Smith several times before.—So (have) ( ) I.


    正确答案:had

  • 第5题:

    b)

    main()

    {

    union{ /*定义一个联合*/

    int i;

    struct{ /*在联合中定义一个结构*/

    char first;

    char second;

    }half;

    }number;

    number.i=0x4241; /*联合成员赋值*/

    printf("%c%c\n", number.half.first,

    mumber.half.second);

    number.half.first='a'; /*联合中结构成员赋值

    */

    number.half.second='b';

    printf("%x\n", number.i);

    getch();

    }


    正确答案:

     

    AB (0x41 对应'A',是低位;Ox42 对应'B',
    是高位)6261 (number.i 和number.half 共用一块地址空
    间)

  • 第6题:

    —The boss wants to talk to you.He seems unhappy with your performance.
    —Oh,I?be in trouble.I hope he won′t fire me.

    A.Must
    B.can
    C.Should
    D.would

    答案:B
    解析:
    【考情点拨】考查情态动词。
    【应试指导】句意:——老板想找你谈话,他看起来对你的表现不满意。——哦,我可能有麻烦了,希望他不要解雇我。句末表达了希望,说明结果是不确定的.所以用can,表示“可能”,故选B。must指的是“一定会发生的,必然”,should意为“竟然”,would表示意愿。