学生信息管理程序(只限于C语言,不能用C++)

日期:2011-01-12 18:10:56 人气:2

学生信息管理程序(只限于C语言,不能用C++)

#include #include #define count 46 FILE *fp; int i,n,sum[count]; struct student { int num; char name; int score[3]; }stu[count]; date_in() { fp=fopen("stu_date.txt","w"); fprintf(fp," NUM NAME
    A+
热门评论