© 1999-2048 dssz.net 粤ICP备11031372号
[C] c语言程序 带头节点链表
说明: 带头节点链表 #include #define NULL 0 struct student { long num; struct student *next; }; /*struct student *creat() { struct student *head,*p,*q; long x; q=head=(struct student *)malloc (sizeof(struct student)); head->next=NULL; printf("\nplease input<mjh214> 上传 | 大小:3kb