Vidyalelo
C Programming · Q172

Structure and Union

Programming · C Programming · question 172

Q172

Which of the following will stop the loop at the last node of a linked list in the following C code snippet? struct node struct node *next; ;

D.
All of the mentioned

Answer: Option B

Solution

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