C语言二级程序的编写小例子

时间:2014-10-05 00:51:47
【文件属性】:

文件名称:C语言二级程序的编写小例子

文件大小:49KB

文件格式:TXT

更新时间:2014-10-05 00:51:47

编程 改错 填空

c语言程序的编写小例子,比如 第1题 #include #include #include int fun(int score[],int m, int below[]) { } main() { int i,n,below[9]; int score[9]={10,20,30,40,50,60,70,80,90}; FILE *out; n=fun(score,9,below); printf("\nBelow the average score are :"); out=fopen("out.dat", "w"); for(i=0;i


网友评论