单项选择题

有以下结构体说明和变量定义,如图所示:

A.P->next=q->next;
B.p->next=p->next->next;
C.p->next=r;
D.p=q->next;