In a Doubly Linked List, what does the first node’s previous pointer point to?
Java MCQ: In a Doubly Linked List, what does the first node’s previous pointer point to? A) The second node B) The last node C) Itself D) Null Answer: D) Null Explanation: In a Doubly Linked List, the first node’s previous pointer points to null. This indicates that the first node does not have any […]
In a Doubly Linked List, what does the first node’s previous pointer point to? Read More »