2,691 views
0 votes
0 votes

What is the correct option??

dummy header is sometimes used to point first node and sometime last but here I don,t know what is correct option?

1 Answer

0 votes
0 votes
The dummy header in linked list contains usually the address of d first node. In case it is a normal single linked list. Had it been the case of circular linked list then certainly, den it points to d first node itself. So answer shud be option A). :)

Related questions