更多“My throat is _______. I cannot speak any more. ”相关问题
  • 第1题:

    I, my, will, true, come, hope, dream

    __________________________________________________________________________.


    正确答案:
    I hope my dream will come true. / I dream my hope will come true.

  • 第2题:

    I’d love to have a break, but I can't () the time now.

    A.spare

    B.spend

    C.speak


    正确答案:A

  • 第3题:

    类MyClass的定义如下: class MyClass { public: MyClass(){value=0;} SetVariable(int i){value=i;) private: int value; }; 则对下列语句序列正确的描述是( )。

    A.MyClass*p,my;p=&my;

    B.语句p=&my;是把对象my赋值给指针变量p

    C.语句MyClass*p,my;会调用两次类MyClass的构造函数

    D.对语句*p.SetV ariable(5)与语句my.SetVariable(5)等价


    正确答案:D

  • 第4题:

    下列程序的输出结果是【 】。 includeclass MyClass{public: int number; void set(in

    下列程序的输出结果是【 】。

    include<iostream. h>

    class MyClass

    {

    public:

    int number;

    void set(int i);

    };

    int number=3;

    void MyClass: :set (int i)

    {

    number=i;

    }

    void main( )

    {

    MyClass my1;

    int number=10;

    my1.set(5),

    cout<<my1, number<<',';

    my1.set(number);

    cout<<my1.number<<',';

    my1.set(: :number);

    cout<<my1.number<<'.';

    }


    正确答案:5103
    5,10,3 解析:本题考查全局变量,局部变量和类的数据成员之间的使用上的差别。使用全局变量时需要用域作用符来限定该变量,否则编译器无法正确区分。

  • 第5题:

    The teacher ______ be in the office; maybe he is in the library.

    A、might

    B、could

    C、may not

    D、can not


    参考答案:C

  • 第6题:

    Without the instrument,we__________

    A.cannot’hardly do nothing

    B.cannot hardly do anything

    C.can hardly do nothing

    D.can hardly do anything


    正确答案:D
    can hardly do an37thin9,hardly是否定词,所以不能再有其他否定词,所以A、B与C 都不符合。