Questions 19 to 22 are based on the conversation you have just heard.
A. He has been attacked by someone.
B. He has got confused about the book.
C. He has read an instructive book.
D. He has contacted the writer.
查看答案
填空题请补充函数fun(),该函数的功能是:把从主函数中输入的字符串str2倒置后接在字符串str1后面。例如:str1=“How do”,str2=“od uoy”,结果输出:“How do you do”。注意:部分源程序给出如下。请勿改动主函数main和其他函数中的任何内容,仅在函数fun()的横线上填入所编写的若干表达式或语句。试题程序:#include #include #define N 40void fun(char *str1,char *str2){ int i=0,j=0,k=0,n; char ch; char *p1=str1; char *p2=str2; while(*(p1+i)) i++; while(*(p2+j)) j++; n=【1】; for(;k<=j/2;k++,j--) { ch=*(p2+k); *(p2+k)=*(p2+j); *(p2+j)=ch; } 【2】; for(;【3】;i++) *(p1+i)=*p2++; *(p1+i)=’’\0’’;}main(){ char str1[N],str2[N]; int m,n,k; clrscr(); printf("***Input the string str1 & str2 ***\n"); printf("\nstr1:"); gets(str1); printf("\nstr2:"); gets(str2); printf("*** The string str1 & str2 ***\n"); puts(str1); puts(str2); fun(str1,str2); printf("*** The new string ***\n"); puts(str1);}
The album which ______________ (呼吁大众保护森林) will be released next month.
Questions 29 to 30 are based on the following news. At the end of the news item, you will be given 10 seconds to answer the questions. Now listen to the news Which can be inferred about Afghan women
A. They used to enjoy little rights.
B. They used to receive no education.
C. They can enjoy equal rights with men now.
D. Their lives are in danger.
Questions 29 to 30 are based on the following news. At the end of the news item, you will be given 10 seconds to answer the questions. Now listen to the news What did the international group perceive in Afghanistan
A. Failing power of the current government.
B. A growing fear in many parts of the country.
C. Power struggle among regional warlords.
D. Unusual power of the religious diehards.