Linked Chain of 5 -> 27 -> 13 -> 81 with head pointing at 5
Given the linked chain above, which is the resulting linked chain after the execution of:

 head = head.next; 

a)
b)
c)
d)

d
  • a
  • b
  • c

A hint goes here