链表为什么会出错啊!!!!

#include<stdio.h>#include<stdlib.h>#define LEN sizeof(struct student) struct student { int num; float score; struct student *next; } int n; struct student *creat(void) { struct student *head; struct student *p1,*p2; head=NULL; n...
Me | 2011-02-13 16:06 | 阅读 1318 次 | 评论 6 条
浏览2432次
文章分类