Question: 4. Which boolean expression indicates the list with head point is empty. A. head == NULL B. head->next == NULL C.head->data == NULL D. head->data

4. Which boolean expression indicates the list with head point is empty. A. head == NULL B. head->next == NULL C.head->data == NULL D. head->data == 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
