Given the linked chain below, which is the resulting linked chain after the execution of: head = head.next; head referencing linked chain containing 5, 27, 13, and 81

A) head referencing linked chain containing 5, 13, and 81
B) head referencing linked chain containing 27, 13, and 81
C) head referencing last node of linked chain containing 5, 13, and 81
D) head referencing last node of linked chain containing 5, 27, 13, and 81

B
  • A
  • C
  • D

There are no hints for this question