用C语言设计一个学生的学籍管理系统

日期:2009-07-04 12:14:13 人气:2

用C语言设计一个学生的学籍管理系统

#include "stdio.h" #include "stdlib.h" #include "string.h" int shoudsave=0; /* */ struct student { char num[10];/* 学号 */ char name[20]; char sex[4]; char yuan; int ban; char neartime[10];
    A+
热门评论