Page 1 of 1

What is the functionality of the following code? Choose the most appropriate answer. public int function() { if(head ==

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
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