1、二级 C 语言-373 (1)及答案解析(总分:100.00,做题时间:90 分钟)一、程序填空题(总题数:1,分数:30.00)1.str 是一个由数字和字母字符组成的字符串,由变量 num 传入字符串长度。请补充函数 proc(),该函数的功能是:把字符串 str 中的数字字符转换成数字并存放到整型数组 bb 中,函数返同数组 bb 的长度。 例如,str=“abc3de987fg621“,结果为:3987621。 注意:部分源程序给出如下。 请勿改动 main()函数和其他函数中的任何内容,仅在函数 proc()的横线上填入所编写的若干表达式或语句。 试题程序: #includestdi
2、o.h #define M 80 int bbM; int proc(char str,int bb,int num) int i,n=0; for(i=0;inum;i+) if( 1) bbn= 2; n+; return 3; void main() char strM; int num=0,n,i; printf(“Enter a string:/n“); gets(str); while(strnum) num+; n=proc(str,bb,num); printf(“/nbb=“); for(i=0;in;i+) printf(“%d“,bbi); (分数:30.00)二、程序改
3、错题(总题数:1,分数:30.00)2.下列给定程序中,函数 proc()的功能是:对 M 名学生的学习成绩,按从低到高的顺序找出 m(m10)名学生来,并将这些学生数据存放在一个动态分配的连续存储区中,此存储区的首地址作为函数值返回。 请改正程序中的错误,使它能得出正确的结果。 注意:不要改动 main 函数,不得增行或删行,也不得更改程序的结构。 试题程序: #includestdlib.h #includeconio.h #includestring.h #includestdio.h #includemalloc.h #define M 10 typedef struct ss cha
4、r num10; int s; STU; STU*proc(STU a,int m) STU bM,*t; int i,j,k; /*found* *t=calloc(m,sizeof(STU); for(i=0;iM;i+) bi=ai; for(k=0;km;k+) for(i=j=0;iM;i+) if(bi.sbj.s)j=i; /*found* tk.num=bj.num; tk.s=bj.s; hj.s=100; return t; void outresult(STU a,FILE*pf) int i; for(i=0;iM;i+) fprintf(pf,“No=%s Mark=
5、%d/n“, ai.num,ai.s); fprintf(pf,“/n/n“); void main() STU stuM=“A01“,81,“A02“,89, “A03“,66,“A04“,87, “A05“,77,“A06“,90, “A07“,79,“A08“,61, “A09“,80,“A10“,71; STU *pOrder; int i.m; system(“CLS“); printf(“*THE RESULT*/n“); outresult(stu,stdout); printf(“/nGive the number of the students who have lower
6、score:“); scanf(“%d“, while(m10) printf(“/nGive the number of the students who have lower score:“); scanf(“%d“, pOrder=proc(stu,m); printf(“*THE RESULT*/n“); printf(“The top:/n“); for(i=0;im;i+) printf(“%s%d/n“,pOrderi.num,pOrderi.s); free(pOrder); (分数:30.00)三、程序设计题(总题数:1,分数:40.00)3.请编写一个函数,用来删除字符串中
7、的所有*。 例如,输入 abc*de*f*gh,则输出为 abcdefgh。 注意:部分源程序给出如下。 请勿改动 main()函数和其他函数中的任何内容,仅在函数 proc()的花括号中填入所编写的若干语句。 试题程序: #includestdio.h #inciudectype.h #includeconio.h #includestdlib.h void proc(char*str) void main() char str81; system(“CLS“); printf(“Input a string:“); gets(str); puts(str); proc(str); prin
8、tf(“*str:%s/n“,str); (分数:40.00)_二级 C 语言-373 (1)答案解析(总分:100.00,做题时间:90 分钟)一、程序填空题(总题数:1,分数:30.00)1.str 是一个由数字和字母字符组成的字符串,由变量 num 传入字符串长度。请补充函数 proc(),该函数的功能是:把字符串 str 中的数字字符转换成数字并存放到整型数组 bb 中,函数返同数组 bb 的长度。 例如,str=“abc3de987fg621“,结果为:3987621。 注意:部分源程序给出如下。 请勿改动 main()函数和其他函数中的任何内容,仅在函数 proc()的横线上填入所
9、编写的若干表达式或语句。 试题程序: #includestdio.h #define M 80 int bbM; int proc(char str,int bb,int num) int i,n=0; for(i=0;inum;i+) if( 1) bbn= 2; n+; return 3; void main() char strM; int num=0,n,i; printf(“Enter a string:/n“); gets(str); while(strnum) num+; n=proc(str,bb,num); printf(“/nbb=“); for(i=0;in;i+) pr
10、intf(“%d“,bbi); (分数:30.00)解析:strj=“0“ int s; STU; STU*proc(STU a,int m) STU bM,*t; int i,j,k; /*found* *t=calloc(m,sizeof(STU); for(i=0;iM;i+) bi=ai; for(k=0;km;k+) for(i=j=0;iM;i+) if(bi.sbj.s)j=i; /*found* tk.num=bj.num; tk.s=bj.s; hj.s=100; return t; void outresult(STU a,FILE*pf) int i; for(i=0;i
11、M;i+) fprintf(pf,“No=%s Mark=%d/n“, ai.num,ai.s); fprintf(pf,“/n/n“); void main() STU stuM=“A01“,81,“A02“,89, “A03“,66,“A04“,87, “A05“,77,“A06“,90, “A07“,79,“A08“,61, “A09“,80,“A10“,71; STU *pOrder; int i.m; system(“CLS“); printf(“*THE RESULT*/n“); outresult(stu,stdout); printf(“/nGive the number of
12、 the students who have lower score:“); scanf(“%d“, while(m10) printf(“/nGive the number of the students who have lower score:“); scanf(“%d“, pOrder=proc(stu,m); printf(“*THE RESULT*/n“); printf(“The top:/n“); for(i=0;im;i+) printf(“%s%d/n“,pOrderi.num,pOrderi.s); free(pOrder); (分数:30.00)解析:错误:*t=cal
13、loc(m,sizeof(STU) 正确:t=(struct ss*)calloc(m,sizeof(STU) 错误:tk.num=bj.num 正确:tk=bj 解析 因为 t 是一个指向动态存储空间的指针变量,因此“*t=calloc(m,sizeof(STU)”应改为“t=(struct ss*)calloc(m,sizeof(STU)”;而题目要求把学生的全部内容互换,即整个结构体的内容,而不是某个成员变量的值,因此“tk.num=bj.num”中的.num 应去掉。三、程序设计题(总题数:1,分数:40.00)3.请编写一个函数,用来删除字符串中的所有*。 例如,输入 abc*de*
14、f*gh,则输出为 abcdefgh。 注意:部分源程序给出如下。 请勿改动 main()函数和其他函数中的任何内容,仅在函数 proc()的花括号中填入所编写的若干语句。 试题程序: #includestdio.h #inciudectype.h #includeconio.h #includestdlib.h void proc(char*str) void main() char str81; system(“CLS“); printf(“Input a string:“); gets(str); puts(str); proc(str); printf(“*str:%s/n“,str); (分数:40.00)_正确答案:()解析:void proc(char*str) int i,j=0; for(i=0;stri!=“/0“;i+)/从下标为 0 处开始判断 if(stri!=“*“)/当不是*号时 strj+=stri;/把它放到 str 数组中 strj=“/0“;/最后用“/0“作为结束标志 解析 根据题目中要求删除字符串中所有的*号,需要检查字符串中的每一个字符,将不是*号的字符放入原来的字符串中,形成新的字符串,最后在新的字符串的末尾加上结束符。