参考答案和解析
参考答案:C
更多“film includes some recently discovered newsreels of World War II.()A. The; theB. A; theC ”相关问题
  • 第1题:

    下列程序的输出结果为includevoid main( ){char * a[ ]={"hello","the","world"};c

    下列程序的输出结果为 #include<iostream.h> void main( ) { char * a[ ]={"hello","the","world"}; char * * pa=a; pa++; cout <<*pa<<end1; }

    A.hello

    B.the

    C.world

    D.hellotheworld


    正确答案:B
    解析:本题主要考查的是指针数组和指向指针的指针之间的关系,其中a是指针数组,pa是指向指针数组行的指针,所以pa自加1相当于指向下一行。

  • 第2题:

    There are over 58,000 rocky objects in space, about 900 of which could fall down onto earth.

    A. the; the B.不填; the C. the;不填 D. a; the


    正确答案:B

  • 第3题:

    8. People like to see films on ______ TV instead of going to _______cinema.

    A.the;the

    B./;the

    C.the;/

    D.the; a


    正确答案:B
    8.B 【解析】考查冠词。on TV在电视上,为常见词组,不用冠词。go to the cinema去看电影,也是常见词组。

  • 第4题:

    下列程序的输出结果为includevoid main(){char*a[]={"hello","the","world"};char*

    下列程序的输出结果为 #include<iostream.h> void main() { char*a[]={"hello","the","world"}; char**pa=a; pa++; cout<<*pa<<end1; }

    A.hello

    B.the

    C.world

    D.hello the world


    正确答案:A
    解析:本题考查的是字符数组的初始化,选项B)中用3个元素初始化大小为2的数组,越界了;选项C)中应该是2行3列的数组,题中使用3行2列初始化;选项D)中数组合后应用方括号。

  • 第5题:

    下列程序的输出结果为

    #include

    void main()

    {

    char,a[]={”hello",”the",”world”};

    char**pa=a:

    pa++;

    cout<<*pa<

    }

    A.hello

    B.the

    C.world

    D.hellotheworld


    正确答案:B

  • 第6题:

    There are over 58, 000 rocky objects in _______ space, about 900 of which could fall down onto _______ earth.

    A.the; the

    B. 不填; the

    C.the; 不填

    D.a; the


    正确答案:B