问答题

【参考答案】

struct node
{ int data; struct node *next; };