Page not loading? Try clicking here.
Placeholder

#609

String 2 - Self Assessment 8 1s - MB

Problems

Write a program that receives three words as input and prints the word that comes first in ASCII (dictionary) order.

Each word has a length between 1 and 20 characters.


Example

cat dog cow
cat

Source

자기주도C언어프로그래밍

You must sign in to write code.