Multiple Choice
If the head pointer points to NULL, it is an indication that
A) the list is full and cannot accept any new nodes.
B) the list has been destroyed.
C) the list needs to be destroyed.
D) there are no nodes in the list.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The values stored in the value portion
Q6: A list that contains pointers to the
Q15: In many recursive operations on linked lists,<br>A)the
Q18: To concatenate two linked lists, it is
Q20: Which of the following are linked list
Q21: Linked lists of items are commonly implemented
Q23: To build a linked list, we can<br>A)start
Q24: When an item stored in a linked
Q24: In a doubly- linked list, each node
Q32: Deleting an entire list requires traversing the