Q30
Which of the following is true about the head pointer in a linked list?
A.
It always points to the last node
B.
It is null if the list is empty
AnswerC.
It always points to the middle node
D.
It always points to the second node
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board