C 语言学生成绩管理系统小程序

该程序有录入学生成绩,查询学生成绩,排列学生成绩的功能。本程序采用了多文件格式 主程序 #include<stdio.h> #include "teacher.h" int main() { stu st[100];//定义结构体数组 int len; int m; welcome(); while (1) { showchoice(); scanf("%d", &m);
相关文章
相关标签/搜索