每个学生有学号姓名性别枚举类型

更新时间:02-07 教程 由 冷兮め 分享

每个学生有学号姓名性别枚举类型?

#include "stdio.h" #include #define SIZE 10 struct student{ char id[20]; char name[20]; int score[3]; float average; } stud[SIZE]; void input() /* 输入学生的信息 */ { int i; for(i=0;i

声明:关于《每个学生有学号姓名性别枚举类型》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2303280.html