The second program "sort.c" reads a list of student names from the keyboard and displays them in alphabetical order on the screen. Assume the sequence is read until an EOF is encountered. If the inputs are: Susan David Jessica Ctrl-D (press the keys to terminate the inputs.) The outputs should be: David Jessica Susan



Answer :

Other Questions