填空题

为建立如下图所示的存储结构(即每个结点两个域,p是指向结点的指针域,data用以存放整型数),请将定义补充完整。


p data
a
struct list
【14】 ; int data;a;

【参考答案】

struct list *next