16. Suppose p is a pointer of node points to the rear of a circular linked list. Initially, p = null. Suppose we have anotherlinked list pointed by avail which links the unused space together. The following program will erase the circular listinto the single linked list pointed by avail. Please fill the blanks.
