关于C语言链表的问题。
我看教材里面写着链表里必须有一个头指针,即head,定义一个结构体类型structsthudent;且结构体成员分别是{intnum,char[20],structstu...
我看教材里面写着链表里必须有一个头指针,即head,定义一个结构体类型struct sthudent;且结构体成员分别是{int num,char[20],struct student*x},定义三个结构体变量a,b,c作为链表当中的三个“结点”,具体操作如下:
head=&a;
a.struct student*x=&b;
b.struct student*x=&c;
c.struct student*x=NULL;
p=head;(p指向头指针,这句话让我很模糊,教材里解释为p指向a结点); 展开
head=&a;
a.struct student*x=&b;
b.struct student*x=&c;
c.struct student*x=NULL;
p=head;(p指向头指针,这句话让我很模糊,教材里解释为p指向a结点); 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询