摘要: 自己定义一个结构体,使用struct关键字struct student{ char name[20]; int age; int num;};定义好结构体,student就相当于变量类型,我们可以直接用来定义一个student类型的变量:student A;也可以直接在定义结构体的时候直接进行... 阅读全文
posted @ 2014-05-15 23:53 Seawin龙 阅读(225) 评论(0) 推荐(0)