急求!!!!(好的我再追加100分!)用C语言和数据结构做一个学生信息管理系统,高手请进…

日期:2016-09-21 07:35:14 人气:1

急求!!!!(好的我再追加100分!)用C语言和数据结构做一个学生信息管理系统,高手请进…

该系统的登录用户名为zhang密码为8147086 #include #include #include #include #define max 20 typedef struct student //学生 { char sno[max]; // 学号 char sname[max]; //姓名 char sex[max]; //性别 char age[max]; /&
    A+
热门评论