ASSIGNMENT 2
1. Write a C program to create a linked list, perform insertions of all cases, perform
deletion in all cases, sort the linked list, and finally delete the entire list at once.
2. Write a c program to perform stack push, pop, peep operations.