Vidyalelo
Data Structure · Q20

Linked Lists in Data Structures

Programming · Data Structure · question 20

Q20

In a doubly linked list, which of the following is true about the last node?

A.
Its next pointer is null
Answer
B.
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