Question: Need help finishing this C programming assignment. For this homework you have a phone book. The phone book is an array of a structures containing
Need help finishing this C programming assignment.
For this homework you have a phone book. The phone book is an array of a structures containing the names and the phone numbers of various people. Use the c library qsort to sort this phone book alphabetically. When you write your compare function do not use strcmp After you sort, clean up the phone book memory #include stdio.h> #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
