Which condition guarantees that a doubly linked list with head and
tail nodes is empty?
a. head==NULL
b. tail==NULL
c. head==tail
d. head->next==tail->prev
e. none of the above
D
Computer Science & Information Technology
You might also like to view...
With, End With, True, False, Do, and Loop are examples of VBA keywords
Indicate whether the statement is true or false
Computer Science & Information Technology
When a program needs to save data for later use, it writes the data to a(n) __________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology