更多“I have decided to visit Beijing;(), my wife doesn't allow me to leave the family. ”相关问题
  • 第1题:

    I’d like to__________ you to a party this Saturday.

    A. send

    B.invite

    C. leave


    参考答案B

  • 第2题:

    有以下程序: #include<stdio.h> #include<string.h> main( ) { char a[5][10]={"china","beijing","you","tiananmen","welcome"); int i,j;char t[10]; for(i=0;i<4;i++) for(j=i+1;j<5;j++) if(strcmp(a[i],a[j]>O) {strcpy(t,a[i]);strepy(a[i],a[j]);strcpy(a[j],t)}; puts(a[3]); } 程序运行后的输出结果是( )。

    A.beijing

    B.china

    C.welcome

    D.tiananmen


    正确答案:C
    此题涉及数组,字符串的比较和字符串的复制,因为for循环中控制数组中的i和j,即控制了其中的数组中的元素,而stremp是比较字符串的大小,如果stremp(a[i],a[j])>0,则将字符串进行复制,所以答案为C。

  • 第3题:

    B

    This is a photo (11) my family. (12) are my grandparents.Those are my (13) .This is my uncle (14) that is my aunt. This boy is my (15) .He is my un-cle’s (16) .(17) name is Ed. This girl (18) me.My name is Kate. I (19) twelve. I love (20) family.

    ( )11.

    A. for

    B. of

    C. on

    D. to


    正确答案:B
    11.B  【解析】a photo of...意为“一张……的照片”。

  • 第4题:

    I'm sorry she's not in. Would you like to ( )a message?

    A. keep

    B. rest

    C. leave


    答案:C

  • 第5题:

    有以下程序

    #nclude<stdio.h>

    #include<string.h>

    main()

    { char a[5][10]={"china","beijing","you","tiananmen","welcome"};

    int i,j;char t[10];

    for(i=0;i<4;i++)

    for(j=i+1;j<5;j++)

    if(strcmp(a[i],a[j])>0)

    {strcpy(t,a[i]);strcpy(a[i],a[j]);strcpy(a[j],t);}

    puts(a[3]);

    }

    程序运行后的输出结果是

    A.beijing

    B.china

    C.welcome

    D.tiananmen


    正确答案:C
    解析:本题中程序的主要实现的功能是对这个字符数组,对其中的字符串按照首字母的从小到大排序,排完序后a[5][10]为{"beijing","china","tiananmen","welcome","you"},所以a[3]为welcome。

  • 第6题:

    15、英语代词I、me、my、mine,用法的不同体现()语法范畴。

    A.人称

    B.格

    C.体

    D.时


    B