2014年12月2日

c语言 结构体动态创建

摘要: 1 #include 2 #include 3 struct Student 4 { 5 int num; //学号 6 int total; //总分 7 char name[20]; //姓名 8 float score[3]; //3个课目的分数 9 };1... 阅读全文

posted @ 2014-12-02 12:32 嘘寒问暖 阅读(9135) 评论(0) 推荐(0) 编辑

导航