Q20
In a doubly linked list, which of the following is true about the last node?
A.
Its next pointer is null
AnswerB.
Its previous pointer is null
C.
It points to the first node
D.
It has no pointers
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board