C语言帝国
SEARCH
X 我知道了
TIPS:左右滑动导航栏可以查看更多栏目
订阅RSS
首页
C语言帝国QQ群
首页
C语言帝国QQ群
yangyin 的 站内主页
2008
10-01
创建一个单链表并置空表
VIEW
yangyin
站点内务
留下评论
typedef struct node {int data; node *next; }node; createlink(node *l,int n); {int i; node *l,*p=l->next; head=(node*)malloc(sizeof(node)); head=l; l->next=0; l->data=0; for(i=1;i&l....
Read More >
作者档案
昵称:
yangyin
邮箱:
user@vcgood.com