Inserting Records in Ascending Order function- C homework assignment
- by Aaron McRuer
Good day, Stack Overflow.
I have a homework assignment that I'm working on this weekend that I'm having a bit of a problem with. We have a struct "Record" (which contains information about cars for a dealership) that gets placed in a particular spot in a linked list according to 1) its make and 2) according to its model year.
This is done when…