Problems
Write a program that receives five strings as input and prints them sorted in descending order based on ASCII values.
Each input string has a length of less than 20 characters.
Example
Jungol
Korea
information
Monitor
class
information
class
Monitor
Korea
Jungol
Source
자기주도C언어프로그래밍