C語言學生信息管理系統

這幾天用學習用C語言寫了一個學生信息管理系統,在此分享出來。web #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> #include<stdlib.h> struct student { char name[20]; char num[20]; int age; char sex[5];
相關文章
相關標籤/搜索