摘要: #include<stdio.h> int main() {struct Student //声明结构体类型struct Student { long int num; //以下4行为结构体的成员 char name[20]; char sex; char addr[20]; }a={10101," 阅读全文
posted @ 2017-04-11 17:30 crytonym 阅读(171) 评论(0) 推荐(0) 编辑