函授本科学位c语言试题及答案
1. 继续教育学院C语言程序设计考试试题答案
四、(1)
i=9,j=10,m=8,n=10.
(2) a,97
a,97
五、
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,b;
scanf("%d %d",&a,&b);
if (a>b)
printf("%d",a);
else
printf("%d",b);
system("pause");
return 0;
}
2. 聊城大学《C语言、C++程序设计》函授试题(专升本A)
1.
1 4
2 6
2 3
3 5
5 6
c= 37
2.
worker cadre
3.
aremac camera
3. C语言考试试题答案
1. 11,12.
2. { ,}, 变量声明,函数体.
3. int,float,double.
4. 存储空间.
5. 将10赋值给变量s.
6. ;
7. 1,0.
8. 高
4. c语言习题及答案
就买二级C的试题书吧。
另外,怎么在“高考”里看到了这个问题??
5. C语言试题答案
1、就近;花括号
2、取模,x%10
3、不会~~,窘
4、没用过TC,专不会~~,窘
5、死循属环,while(1);
6、/**/,注释
7、是10 和10l 吧~~前者int,2个字节或者4个字节,后者long ,4个字节
8、不会~~,窘
9、printf("%ld",in);
10、步骤
11、循环变量的初值,循环条件和循环变量的增量,
12、关键字???
13、不会~~,窘
14、#define EMI 6688
15、一元
16、六
17、18、19懒的看了,LZ自己用printf(),看看结果
20、D
21、A
22、B
23、A
24、A
25、
26、C
27、
28、B、D,多选?
29、
30、B
31、D
32、 C
不一定正确~~问老师吧,窘
