c语言学生信息管理系统代码
c语言学生信息管理系统代码
日期:2019-10-01 11:04:08 人气:1
代码如下:
#include#include#include#include#includetypedef struct examinee //考生信息结构{ char examno[20]; //准考证号char name[10]; //姓名char sex[4]; //性别short age; //年龄char examtype[10]; //报考科目}ElemType;
typedef struct