問題詳情

15. Suppose p is a pointer of node points to the rear of a circular linked list. Initially, p = null.The following programcodes will insert a node pointed by pointer q at the front of the circuler list. Please fill in the blanks.5ccbe17a42fdf.jpg
(A) code1: p , code2: q
(B) code1: p , code2: q->link
(C) code1: p->link , code2: q
(D) code1: p->link , code2: q->link

參考答案

答案:C
難度:適中0.416667
統計:A(1),B(3),C(5),D(0),E(0)

內容推薦

內容推薦