[求助]struct node *next;
typedef struct node{
datatype1 data;
struct node *next;
}linklist;
谁能给我解释一下struct node *next;
的作用
最好举例 偶刚开学学数据结构 问题一大堆
2007-10-26 23:44
2007-10-26 23:46
2007-10-27 09:19
2007-10-28 12:14