Computer Science, asked by Ahmad2212, 2 months ago

To check if the linked list is empty

Select one:
A- if(head==0)
B- if(head==empty())
C-if(empty())
D- if(head.empty())

Answers

Answered by nilaydjain35
0

Answer:

a

Explanation:

Similar questions