学生信息管理系统 C源程序 2 (可用)
#include"stdio.h"
#include"stdlib.h"
#include"ctype.h"
#include"alloc.h"
#include"string.h"
#include"conio.h"
#include"mem.h"
#defineN4
typedefstructz1
{
charno[9];
charname[15];
intscore[N];
charsex[2];
intage;
floatsum;
floataver
下载地址
用户评论