niusouti.com

--- Are you ready to order?--- __________.A. Yes. I’ll have a chicken salad pleaseB. I’m sorry about itC. Goodbye

题目

--- Are you ready to order?

--- __________.

A. Yes. I’ll have a chicken salad please

B. I’m sorry about it

C. Goodbye


相似考题

2.●试题四下列给定程序中,函数fun()的功能是:对N名学生的学习成绩,按从高到低的顺序找出前m(m≤10)名学生来,并将这些学生数据存放在一个动态分配的连续存储区中,此存储区的首地址作为函数值返回。注意:部分源程序给出如下。请勿改动主函数main和其他函数中的任何内容,仅在函数fun()的横线上填入所编写的若干表达式或语句。试题程序:#include<stdio.h>#include<malloC.h>#include<string.h>#include<conio.h>#define N 10typedef struct ss{char num[10];int order;}STU;STU *fun(STU a[], int m){STU b[N],*tt;int i,j,k;(1) ;for(i=0; i<N; i++)b[i]=a[i];for (k=0;k<m;k++){for(i=j=0;i<N;i++)if ( (2) )j=i;tt[k]=b[j];b[j].order=0;}return (3) ;}outresult(STU a[],FILE *pf){int i;for(i=0;i<N; i++)fprintf(pf,"No=%s Mark=%d\n",a[i].num,a[i].order);fprintf(pf,"\n\n");}main(){STU [N]={{"A01",80},{"A02",79},{"A03",66},{"A04",82},{"A05",87},{"A06",93},{"A07",78},{"A08",60},{"A09",85},{"A10",73}};STU *p_order;int i,m;clrscr();printf("*** The Origial data ***\n");outresult(a, stdout);printf("\nGive the numeber of thestudents who have better score:");scanf("%d",&m);while (m>10){printf("\nGive the number of thestudets who have better score:");scanf("%d",&m);}p_order=fun(a,m);printf("*** THE RESULT ***\n");printf("*** The top students ***\n");for(i=0; i<m; i++)printf(" %s %d\n",p_order[i].num,p_order[i].order);free(p_order);}

参考答案和解析
参考答案:A
更多“--- Are you ready to order?--- __________.A. Yes. I’ll have a chicken salad pleaseB. I’ ”相关问题
  • 第1题:

    -Would you like to go to the cinema?

    -I'd _____to go to the museum.

    A. rather

    B. Prefer

    C. have


    参考答案:B

  • 第2题:

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


    正确答案:had

  • 第3题:

    I'm () to do anything at the word.

    A.real

    B.rich

    C.ready


    正确答案:C

  • 第4题:

    -- Ivydale Guesthouse. Can I help you?

    --- ____

    A. Salad, please

    B. Yes, please. I'd like to make a reservation

    C. I'll go there myself


    参考答案:B

  • 第5题:

    Kathy, I’d like you to meet Maggie Jacobs.

    (). Maggie. You’re doing a great job.

    A、 I‘m pleased to meet you

    B、 It’s great to see you again

    C、 I' m happy to meet you too


    参考答案:C

  • 第6题:

    I′m sorry I can′t see you immediately;but if you′d like to take a seat,I′ll?be with?you__________.

    A.for a moment
    B.in a moment
    C.for the moment
    D.at the moment

    答案:B
    解析:
    【考情点拨】考查词组词义辨析。【应试指导】句意:对不起,我不能马上见你;但是如果你坐下来等我的话,我过一会儿就可以。for a moment一会儿(表示时间段);in a moment过一会儿:for the moment暂时;at the moment此时,此刻。