国家开放大学 / C语言程序设计
假定一个链表中结点的结构类型为“struct AA{int data, struct AA *next;};”,则next数据成员的类型为( )。
a. struct AA
b. struct AA*
c. AA
d. int
a. struct AA
b. struct AA*
c. AA
d. int
参考答案: