紧急求助研究生入学试题
3、现在有一个记录学生成绩的数据文件student.dat,其中人数不清,其文件结构如下每位学生参加8门课程考试,请将其中三门及三门以上考试成绩不及格(低于60分)的学生信息写入新数据文件fail.dat 文件结构同student.dat 同时在student.dat文件中删除该条记录
struct student
{ int num;
char name[20];
int score[8];
int mark;
};
2005-12-28 19:43
2005-12-29 00:08

2005-12-29 20:08