16. Suppose p is a pointer of node points to the rear of a circular linked list. Initially, p = null. Suppose we have another linked list pointed by avail which links the unused space together. The following program will erase the circular list into the single linked list pointed by avail. Please fill the blanks.5ccbe19a7bbf6.jpg
(A) code1: p->link->link, code2: p
(B) code1: p , code2: p->link->link
(C) code1: temp , code2: avail
(D) code1: avail , code2: temp

答案:登入後查看
統計: A(10), B(5), C(7), D(24), E(0) #1989183

詳解 (共 1 筆)

#7328466
AI 摘要   ...
(共 1233 字,隱藏中)
前往觀看
0
0