C_Programs
C_Programs copied to clipboard
Update Linked_List.c
Changed the return types of the functions. Changed the InsertPostion function for more clarity. Changed DeletePos function for when the number of elements are greater than 1 and still if we want to delete position 1. Improved the indentation for better reading. Added comments wherever necessary