Can someone please help me write a C program using insertion sort that reads in
ID: 3635630 • Letter: C
Question
Can someone please help me write a C program using insertion sort that reads in the first n numbers from a file that contains lots of integers and sorts them. The number n is given to your program via argv[1]. The name of the file of numbers is given in argv[2]. After your program is done sorting, it should output the first number and the last number of the sorted list.