want answers for both parts using C programing language also explaining the code with output.
following pointers A,B.C.D and E
D
E
B
c
(10)
Write steps to insert a node between the nodes pointed by pointers C and D.
OR
B Assume that we have a single linked list first node of the linked list is pointed by a pointer Start.Write a C function to print the node having smallest information in that singlylinked list (10)