Question: C Programming C Programming Write a c program using an insertion sort function to sort an inputted file of first names and last names into
C Programming C Programming
Write a c program using an insertion sort function to sort an inputted file of first names and last names into alphabetical order and totals the time they spent in the booked facility in hours and minutes
Input:
customer.txt format: Harry Caine**3:00 Brad Copper **1:30 Zane Eve**2:30 Ana Manor**0:45
Output:
Ana Manor 0:45
Brad Copper 1:30
Harry Caine 2:00
Zane Eve 2:30
Total time: 7:45
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
