C)q->next=r->next;r->next=q;p->next=r;
D)r->next=q;p->next=r;q->next=r->next;
(26)有以下程序段:
struct st
{int x;