[计算机类试卷]国家二级(C语言)机试模拟试卷190及答案与解析.doc

上传人:towelfact221 文档编号:502933 上传时间:2018-11-29 格式:DOC 页数:5 大小:28.50KB
下载 相关 举报
[计算机类试卷]国家二级(C语言)机试模拟试卷190及答案与解析.doc_第1页
第1页 / 共5页
[计算机类试卷]国家二级(C语言)机试模拟试卷190及答案与解析.doc_第2页
第2页 / 共5页
[计算机类试卷]国家二级(C语言)机试模拟试卷190及答案与解析.doc_第3页
第3页 / 共5页
[计算机类试卷]国家二级(C语言)机试模拟试卷190及答案与解析.doc_第4页
第4页 / 共5页
[计算机类试卷]国家二级(C语言)机试模拟试卷190及答案与解析.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、国家二级( C语言)机试模拟试卷 190及答案与解析 一、程序填空题( 30分) 1 请补充 fun()函数, fun()函数的功能是求 n的阶乘。 注意:部分源程序给出如下。 请勿改动 main()函数和其他函数中的任何内容,仅在 fun()函数的横线上填入所编写的若干表达式或语句。 试题程序: #include long fun(int n) if( 【 1】 ) return(n*fun(【 2】 ); return 【 3】; void main() printf(“10 != ld n“, fun(10); 二、程序修改题( 30分) 2 给定程序 MODll C中函数 fun的功能

2、是:删除 p所指字符串中的所有空白字符(包括制表符、回车符及换行符 )。 输入字符串时用 #结束输入。 请改正程序中的错误,使它能输出正确的结果。 注意:不要改动 main函数,不得增行或删行,也不得更改程序的结构 ! #include #include #include fun (char *p) int i,t; char c80; /*found*/ For (i=0,t=0; pi; i+) if(!isspace(*(p+i) ct+=pi; /*found*/ ct=“0 strcpy(p,c); main() char c,s80; int i=0; printf(“Input

3、a string:“); c=getchar(); while(c!=#) si=c;i+;c=getchar(); si=0; fun(s); puts(s); 三、程序设计题( 40分) 3 学生的记录由学号和成绩组成, N名学生的数据已在主函数中放入结构体数组 s中,请编写函数 fun,它的功能是:把高于等于平均分的学生数据放在 b所指的数组中,高于等于平均分的学生人数通过形参 n传回,平均分通过函数值返回。 注意:部分源程序在文件 PROGl C文件中。 请勿改动主函数 main和其他函数中的任何内容,仅在函数 fun的花括号中填入你编写的若干语句。 #include #define

4、N 12 typedef struct char num10; double s; STREC, double fun(STREC*a, STREC*b, int *n) maIn() STREC sN=”GA05”, 85, ”GA03”, 76, “GA02”, 69, ”GA04”, 85, “GA01”, 91, ”GA07”, 72, “GA08”, 64, ”GA06”, 87, “GA09”, 60, “GAll”, 79, ”GAl2”, 73, ”GA10”, 90, STREC hN, t; FILE*out; int i, j, n; double ave; ave=fu

5、n(s, h, pi; i+) ct=0; 【试题解析】 ( 1)第一个标识下 “For (i=0,t=0; pi; i+)”语句是 for循环语句,而 For不是 C语言的关键字,所示 “For (i=0,t=0; pi; i+)”应改为 “for (i=0,t=0; pi; i+)”。 ( 2)第二个标识下的 “ct=“0“;”语句是在新生成的串后面加尾符标志,在 C语言中规定使用单引号把一个字符括起来作为字符常量,所以 “ct=“0“;”应改为“ct=0;”。 三、程序设计题( 40分) 3 【正确答案】 double t=0; int i; *n=0; for(i=0; it)b (*n)+=ai; return t; 【试题解析】 (1)首先,通过循环求总分,然后求得平均分。 (2)在循环中,进行平均分与每个成绩进行比较,并将满足条件的数据存入数组及对其个数进行累加。

展开阅读全文
相关资源
猜你喜欢
  • BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf
  • BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf
  • BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf
  • BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf
  • BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf
  • BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf
  • BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf
  • BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf
  • BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf
  • 相关搜索

    当前位置:首页 > 考试资料 > 职业资格

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1