会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
彭珊珊
博客园
首页
新随笔
联系
订阅
管理
2020年6月28日
数据结构第七章小结
摘要: 1、typedef struct 和struct 的区别 struct Studen1 { int ID; char name; }stu1; typedef struct Student2 { int ID; char name; }stu2; Student1是结构体的名字,stu1是一个变量,
阅读全文
posted @ 2020-06-28 17:38 彭珊珊
阅读(148)
评论(0)
推荐(0)
公告