摘要: //学生结构体typedef struct student{ char name[20]; //姓名 char sex; //性别 int age; //年龄}Student;int main(int argc, const char * argv[])... 阅读全文
posted @ 2014-09-11 17:49 niehaili 阅读(453) 评论(0) 推荐(0) 编辑