基於數組的學生管理系統【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];
相關文章
相關標籤/搜索