函授本科學位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
不一定正確~~問老師吧,窘
