Given a linked list ofNodeobjects with a head node handle calledhead, what does this C++ statement do?
a. Assign a new head node.
b. Reassign the head node’snextpointer.
c. Assigntemp’s next pointer to the same node thatheadpoints to.
d. Assigntemp’s next pointer to the same node thathead->nextpoints to.
e. None of the above
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here