在一個以h為頭結點的單循環鏈表中,使指針p指向鏈尾結點的條件是()。
A.p->;next == h
B.p->;next ==NULL
C.p->;next->;next == h
D.p->;next == h->;next
正確答案:p->;next == h
在一個以h為頭結點的單循環鏈表中,使指針p指向鏈尾結點的條件是()。
A.p->;next == h
B.p->;next ==NULL
C.p->;next->;next == h
D.p->;next == h->;next
正確答案:p->;next == h