摘要: 1.本章学习总结(2分) 1.1 学习内容总结 结构体的定义 结构体成员赋值 结构体数组排序做法 struct student { char name[10]; int score; }; struct student p; or struct student { char name[10]; in 阅读全文
posted @ 2019-12-15 22:16 ZGGYY 阅读(250) 评论(2) 推荐(0) 编辑