问题 单项选择题

有以下程序:  struct STU  {  char name[10];v     int num;    int Score; };  main( )  { struct STU s[5]={ {“YangSan”,20041,703},{“LiSiGuo”,20042,580},              {“wangYin”,20043,680},{“SunDan”,20044,550},              {“Penghua”,20045,537}},*p[5],*t;   int i,j;   for(i=0;i<5;i++) p[i]=&s[i];   for(i=0;i<4;i++)    for(j=i+1;j<5;j++)    if(p[i]->Score>p[j]->Score)    { t=p[i];p[i]=p[j];p[j]=t;}   printf(“5d %d\n”,s[1].Score,p[1]->Score); }  执行后输出结果是( )。

A.550 550

B.680 680

C.580 550

D.580 680

答案

参考答案:C

阅读理解

阅读下面短文,根据短文回答问题。

    From June 1 this year, plastic bags were no longer free in stores and supermarkets. What do people use

to hold their shopping now? What do they think of the new rule?

   The students of Beijing 101 Middle School did a survey to find the answer. With the help of the Sony

Company, they designed a questionnaire (问卷) and made their own shopping bags. On June 5, the students

gave the bags away to people in the street. Anyone who wanted a free bag had to fill in a questionnaire.

    Li Xuan, 14, one of the students said that most of the people were middle-aged and elderly. They said they

were "optimistic (乐观的)" about the future of shopping bags. But these people also said there was a problem

with getting a bag if you couldn't make one yourself. They said that shopping bags in supermarkets are too

expensive. They said a reasonable price for a shopping bag is about two yuan.

    Zhang Yue, 16, another student, said that people also care about the quality of the shopping bag and how

much it can hold. Young people, however, want their bags to be nice and to look cool. Currently, most

supermarkets' shopping bags only have the store's brand (商标).

1. Can people get free plastic bags in stores and supermarkets now?

                                                                                                          

2. Who did a survey about the shopping bags?

                                                                                                           

3. What do people think of the shopping bags in supermarkets now?

                                                                                                           

4. Besides the price, what else do people care about the shopping bags?

                                                                                                           

5. What do young people want their bags to be?

                                                                                                            

单项选择题