欢迎来到天天文库
浏览记录
ID:17770275
大小:231.00 KB
页数:6页
时间:2018-09-05
《2002年辽宁专升本考试真题-c语言部分》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、2002年高职高专毕业生升入本科学校考试计算机试题第二部分C语言三、填空题1、算术表达式3*7%2+7%2*5的结果为。2、C语言中十六进制的整型常量是以开头。3、当说明一个结构体变量时,系统分配给它的内存空间大小是。四、阅读程序题1、inta=8,b=5;main(){a=3;b=9;printf(“a=%d,b=%d”,a,b);}运行结果为2、intabc(intx){staticints=0;s+=x;returns;}main(){inti,k;for(i=0;i<=3;i++)k=abc(i);printf(“k=%d”,k);}运行结果为3、voidf(intp[],
2、intn){inti;for(i=0;i3、percoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore第5页共6页{case0:case3:a+=2;break;case1:case2:a+=3;break;default:a+=1;}printf(“a=%d”,a);}运行结果为5、main(){inta;scanf(“%d”,&a);if(a>50)p4、rintf(“a=%d”,a);if(a>40)printf(“a=%d”,a);if(a>30)printf(“a=%d”,a);}若输入数据为45,则运行结果为6、main(){chars[80]=”Iamastudent”;inti,j;for(i=j=0;s[i]!=’ ’;i++)if(s[i]!=’a’)s[j++]=s[i];s[j]=’ ’;puts(s);}运行结果为五、完善程序题1、输入一个字符,统计其中英文字母、数字和其它字符的个数。main(){charc[80];intm=0,digit=0,letter=0,other=0;scanf(“%s”,5、c);while(c[m]!=’ ’){if()letter++;elseif(c[m]<=’9’&&(c[m]>=’0’)digit++;elseother++;m++;}printf(“letter=%d,digit=%d,other=%d”,letter,digit,other);}2、下面函数用来计算xy,其中y为整型变量且y大于0。floatpower(int*a,intn)beconsistentwithinthesamedisk.Alternateunifiedcorerequirementsplacedontheterminalstripterminals,onlin6、eidentityandensurethecoppercoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore第5页共6页{int*p,max;max=*a;for(p=a+1;p7、(“%d”,&x[j]);printf(“%d”,findmax(x,10));}4、打印杨辉三角形(要求输出前10行)。每一行除第一个和最后一个数据值为1外,其余列上数据值为其上一行当前列与前一列数据之和。111121133114641……#defineN11main(){inti,j,a[N][N];for(i=1;i
3、percoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore第5页共6页{case0:case3:a+=2;break;case1:case2:a+=3;break;default:a+=1;}printf(“a=%d”,a);}运行结果为5、main(){inta;scanf(“%d”,&a);if(a>50)p
4、rintf(“a=%d”,a);if(a>40)printf(“a=%d”,a);if(a>30)printf(“a=%d”,a);}若输入数据为45,则运行结果为6、main(){chars[80]=”Iamastudent”;inti,j;for(i=j=0;s[i]!=’ ’;i++)if(s[i]!=’a’)s[j++]=s[i];s[j]=’ ’;puts(s);}运行结果为五、完善程序题1、输入一个字符,统计其中英文字母、数字和其它字符的个数。main(){charc[80];intm=0,digit=0,letter=0,other=0;scanf(“%s”,
5、c);while(c[m]!=’ ’){if()letter++;elseif(c[m]<=’9’&&(c[m]>=’0’)digit++;elseother++;m++;}printf(“letter=%d,digit=%d,other=%d”,letter,digit,other);}2、下面函数用来计算xy,其中y为整型变量且y大于0。floatpower(int*a,intn)beconsistentwithinthesamedisk.Alternateunifiedcorerequirementsplacedontheterminalstripterminals,onlin
6、eidentityandensurethecoppercoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore第5页共6页{int*p,max;max=*a;for(p=a+1;p7、(“%d”,&x[j]);printf(“%d”,findmax(x,10));}4、打印杨辉三角形(要求输出前10行)。每一行除第一个和最后一个数据值为1外,其余列上数据值为其上一行当前列与前一列数据之和。111121133114641……#defineN11main(){inti,j,a[N][N];for(i=1;i
7、(“%d”,&x[j]);printf(“%d”,findmax(x,10));}4、打印杨辉三角形(要求输出前10行)。每一行除第一个和最后一个数据值为1外,其余列上数据值为其上一行当前列与前一列数据之和。111121133114641……#defineN11main(){inti,j,a[N][N];for(i=1;i
此文档下载收益归作者所有