基于数组的学生管理系统【C语言版】

基于数组的学生管理系统【C语言版】 #include<stdio.h> #include<string.h> #include <stdlib.h> #define N 5 struct Student{ int num; char name[25]; char major[10]; int classNo; int score[4];
相关文章
相关标签/搜索