1.

What does the following function do for a given Linked List with first node as head?

A. Prints all nodes of linked lists
B. Prints all nodes of linked list in reverse order
C. Prints alternate nodes of Linked List
D. Prints alternate nodes in reverse order
Answer» C. Prints alternate nodes of Linked List


Discussion

No Comment Found