Vidyalelo
Data Structure · Q45

Linked Lists in Data Structures

Programming · Data Structure · question 45

Q45

In a linked list, what is a dummy node typically used for?

A.
To simplify insertion and deletion
Answer
B.
To mark the end of the list
C.
To store extra information
D.
To create a cycle in the list

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board