填空题

为了建立如图所示的存储结构(即每个结点含两个域,data是数据域,next是指向结点的指针域)。请填空。


struct link char data; 【19】 ; node;

【参考答案】

[19]struct link * next