A.q->next=NULL;p=p->next;p->next=q B.p=p->next;q->next=p;p->next=q C.p=p->next;q->next=p->next;p->next=q D.p=(*p).next;(*q).next=(*p).next;(*p).next=q
A.x=y=100 B.d--; C.x+y; D.c=int(a+b);
A.A B.B C.C D.D