

MCQOPTIONS
Saved Bookmarks
1. |
What is the functionality of the following code? Choose the most appropriate answer. |
A. | Return data from the end of the list |
B. | Returns the data and deletes the node at the end of the list |
C. | Returns the data from the beginning of the list |
D. | Returns the data and deletes the node from the beginning of the list |
Answer» C. Returns the data from the beginning of the list | |