Description
1. Write a C-program for insertion sort using a singly linked linear list. For this puspose, you use a function as described below, which will be called repeatedly from the main function. So, initially the output will be a null list. Insert an element in a sorted singly linked linear list such that after insertion the list will also be sorted.
2. Given a singly linked linear list, write a C-program for making a list which is reverse of the given list