注意:此页面搜索的是所有试题
假定一个链表中结点的结构类型为“struct AA{int data, struct AA *next;};”,则next数据成员的类型为( )。
单选题 (2 分) 2分
A.
struct AA

B.
struct AA*

C.
AA

D.
int

参考答案