2018年3月27日

结构体

摘要: #include <stdio.h>#include <stdlib.h>struct dog{ int age; char name[20]; char favorite[20]; };//定义结构体类型的同时,取好别名typedef struct person{ int age; char na 阅读全文

posted @ 2018-03-27 21:29 黄志平 阅读(129) 评论(0) 推荐(0) 编辑

导航