Consider, we are given pointers to first and last node of a singly linear linked list, which of the below functions are dependent on the length of the linked list.
A. Delete the first node from the linked list
B. Insert a new node as a first node in the linked list
C. Delete the last node from the linked list
D. Insert a new node at the end of the linked list