Multiple Choice
If the head pointer points to NULL, this indicates
A) the list has been previously created and then destroyed
B) the list needs to be destroyed
C) there are no nodes in the list
D) the list is full and cannot accept any new nodes
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which of the following is a basic
Q12: Deleting an entire list requires traversing the
Q14: To insert a new node in ascending
Q18: The Standard Template Library (STL) provides a
Q21: If new data needs to be added
Q23: In a circular-linked list, the last node
Q23: A new node must always be made
Q24: A linked list can consist of structs,
Q25: Deleting a node is a _ step
Q33: A doubly linked list keeps track of