首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
链表为什么会出错啊!!!!
#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 |
阅读 1421 次
|
评论 6 条
lyj23的博客
lyj23
浏览2629次
文章分类
默认分类(0)
Me(2)
文章归档
2011年02月(1)
2011年01月(1)
最新评论
明晟
:struct student<br /> {<br /> &n...
尤慕思
:最后的scanf函数写错了,应该改为scanf("%d,%f",&...
一纸空白zj
:什么情况???
韩明海
:有主函数么?
闭眼到天黑
:麻烦你把书再看一遍吧,认真学习基础知识!
lyj23
:谁说#define 那里错了,你自己也不太懂吧,预处理又没在那里用!你仔细想想吧!