6、在表尾指针为rs的链表的后面插入指针为p的结点的正确语句为()。

A.rs->next=p; p->next=NULL; B.rs->next=p; rs->next=NULL; C.p->next=rs; rs->next=NULL; D.p->next=NULL; rs=p;

时间:2024-03-03 10:43:48

相似题目