dscgecbsp / Hacktoberfest-2021

Hactoberfest -2021
108 stars 445 forks source link

Create Single_Linked_List.c #265

Open Arko27 opened 1 year ago

Arko27 commented 1 year ago

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.