用C语言编写5个学生,每个学生有3门课程成绩,从键盘输入学生数据(学号,姓名,3门成绩)计算平均成绩,将成绩放入磁盘文件stud中
#include#include#defineSIZE2structStudent{intnum;charname[10];floatscore[3];floatave;}stu[SIZE];//写入到磁盘文件voidsave(structStudentstud[],intn){FILE*fp;inti;if((fp=fopen("stu.txt","wb"))==NULL){printf("不能