Hacktoberfest-2021
Hacktoberfest-2021 copied to clipboard
Create Single_Linked_List.c
Here I have added a Single Linked List code in C language. It performs operations like Insertion (at various positions), Deletion (from various positions and also by values), Reverse the list, count and display the list as well.