Page not loading? Try clicking here.
Placeholder

#610

String 2 - Self Assessment 9 1s - MB

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언어프로그래밍

You must sign in to write code.