单选题
有以下结构体说明和变量定义,如图所示,指针p、q、r分别指向一个链表中的三个连续结点。
struct node
int data;
struct node*next;
*p,*q,*r;
A
B
C
D
【正确答案】
D
【答案解析】
提交答案
关闭