

MCQOPTIONS
Saved Bookmarks
1. |
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; }; |
A. | All of above |
B. | None of these |
Answer» B. None of these | |