c programing languge
Write a code that will do the following in order:
1- Take two strings from the user: s1 and s2
2- Compare the two strings and concatenate them such that the alphabetically first one goes first:
Ex:
Run 1:
s1: Amy
s2: Bruder
Result: Amy Bruder
Run 2:
s1: Baby
s2: Ahoy
Result: Ahoy Baby
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here