摘要: 在前面认识C中的结构体中我介绍了结构体的基础知识,下面通过这段代码来回顾一下: 1 #include 2 #define LEN 20 3 4 struct Student{ //定义结构体 5 char name[LEN]; 6 char address... 阅读全文
posted @ 2015-05-19 15:49 轩宇一页 阅读(521) 评论(0) 推荐(0) 编辑