[求助]数据结构(单链表遍历)以下程序段请改错。谢谢!
#include "stdio.h"/*************************/typedef char datatype;typedef struct node{datatype data;struct node *next;}listnode;
abovebut I think it is very easy if you read book carefully