Question: Code should executable on the Linux server no need complicated syntax in c Ask user to enter first and last name. Use a single scanf

Code should executable on the Linux server
no need complicated syntax
in c  Code should executable on the Linux server no need complicated syntax

Ask user to enter first and last name. Use a single scanf command to read in the first and last name. Convert all letters to uppercase and print out the converted name. The user can use lower case or some combination of lower and upper case, and your program must output the name with the correct letters all in upper case. You may not use any C library functions other than scanf, printf, and sprintf. Note that this restriction means that the toupper function may not be used

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!