摘要: 一、 结构体 struct stu{ char *name; //姓名 int num; //学号 int age; //年龄 char group; //所在小组 float score; //成绩 } stu1; //定义结构体类型的同时定义结构体变量 /* *其他写法: * ① //先定义结构 阅读全文
posted @ 2023-12-19 14:27 SweetTea_lllpc 阅读(127) 评论(0) 推荐(0) 编辑