为什么红色的的地方,为什么会出现错误?希望大家传道解惑.我刚接触,有很多东西不懂得
代码里没什么错误,建议把结构体的定义修改下试试:
typedef struct lnode{ int data; struct lnode *next; }*Linklist,Lnode;