首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
c日记
最简单的结构体定义、输出 #include<stdio.h> struct Date { int month; int day; int year; }birthday; struct Student { int num; char name[20]; char sex; int age; float score; char addr[30]; struct Date birthday; }a={102,"zhang...
默认分类
| 2017-04-13 21:51 |
阅读 760 次
|
评论 0 条
shuanggege的博客
shuanggege
浏览760次
文章分类
默认分类(1)
文章归档
2017年04月(1)
最新评论