Vidyalelo
Data Structure · Q30

Linked Lists in Data Structures

Programming · Data Structure · question 30

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
Answer
C.
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