C 語言學生成績管理系統小程序

該程序有錄入學生成績,查詢學生成績,排列學生成績的功能。本程序採用了多文件格式 主程序 #include<stdio.h> #include "teacher.h" int main() { stu st[100];//定義結構體數組 int len; int m; welcome(); while (1) { showchoice(); scanf("%d", &m);
相關文章
相關標籤/搜索