Question: Write a program to ask the user to enter three (3) letters. Store the data in char array a[]. Use arrange() to sort the
Write a program to ask the user to enter three (3) letters. Store the data in char array a[]. Use arrange() to sort the letters in descending order, then print the results to the terminal screen. Example, Enter 3 letters: sat tsa Enter 3 letters: xyz zyx
Step by Step Solution
3.39 Rating (168 Votes )
There are 3 Steps involved in it
C include include void arrangechar a ... View full answer
Get step-by-step solutions from verified subject matter experts
