Question: please code in C 1. Echo user input in upper case (lastnameECHO.c): Write a C program that reads input from keyboard one character at a

please code in C please code in C 1. Echo user input in upper case (lastnameECHO.c):

1. Echo user input in upper case (lastnameECHO.c): Write a C program that reads input from keyboard one character at a time and writes it to the screen, in uppercase, when the user presses enter. Your program will terminate when the user enters CTRL-C. Test and report the behavior of your tool in the following 3 cases: $lastname ECHO > tempo $lastnameECHO temp1 Write your own function to capitalize the characters: char myToUpper (char someChar)

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!