https://blog.youkuaiyun.com/openblog/article/details/7548363
- 结构 人
- {
- char * name;
- char 性别;
- INT 年龄;
- 诠释 重量;
- 结构
- {
- int area_code;
- 长电话号码;
- };
- };
- int main (void)
- {
- 结构 人 吉姆 = { “吉姆”, 'F' , 28, 65,{ 21, 58545566 }};
- printf(“%d \ n”,jim.area_code);
- }
https://blog.youkuaiyun.com/openblog/article/details/7548363