注意:此页面搜索的是所有试题
(1分)下面正确定义了仅包含一个数据成员info的单链表的结点类型。struct node { int info;struct node next;}

参考答案