单选题 在一个表头指针为ph的单链表中,若要在指针q所指结点的后面插入一个由指针p所指向的结点,则执行( )操作。 A、q>next=p>next;p>next=q; B、p>next=q>next;q=p; C、q>next=p>next;p>next=q; D、p>next=q>next;q>next=p
【正确答案】 D
【答案解析】