C语言帝国

X 我知道了TIPS:左右滑动导航栏可以查看更多栏目

订阅RSS
  • 首页
  • C语言帝国QQ群
  • 首页
  • C语言帝国QQ群

xiumy 的 站内主页

2006
03-23

链表问题,老看不明白 VIEW

xiumy编程问题提问区一条评论

程序如下 #define NULL 0#define TYPE struct stu#define LEN sizeof (struct stu)struct stu{int num;int age;struct stu *next;};TYPE *creat(int n){struct stu *head,*pf,*pb;int i;for(i=0;i<n;i++){ pb=(TYPE*.... Read More >
作者档案

昵称:xiumy

邮箱:lozi0425@eyou.com

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国