hw06 sample input / output The sample input / output given on the following pages tests a few of the requirements for your functions in hw06. As you can see, the function should add the names to your list in alphabetical order by last name. Make sure that you account for what is to be returned in the list is empty or if the requested student does not exist on the list. All of the pictures below contain different executions of this program and are not related. The list is not saved. All of the output is already implemented for you, the only required implementation is in the function. Please follow all directions carefully in the hw06.c file.
hw06 sample input / output The sample input / output given on the following pages tests a few of the requirements for your functions in hw06. As you can see, the function should add the names to your list in alphabetical order by last name. Make sure that you account for what is to be returned in the list is empty or if the requested student does not exist on the list. All of the pictures below contain different executions of this program and are not related. The list is not saved. All of the output is already implemented for you, the only required implementation is in the function. Please follow all directions carefully in the hw06.c file.