Question

Deletion of a node in linked list involves keeping track of address of node which comes immediately

A after the node that is to be deleted
B before the node that is to be deleted
C afetr the middle node
D None of the above
Answer & Explanation
Option: [A]