I have used malloc and free in my code. I want to know if I could avoid using them in my inserting function
Is it possible to insert an unsigned long into a linked list ordered from smallest to largest Without using malloc or free.
Separate names with a comma.