Question: C programming string.h is fine basically just dont use printf, scanf, or fopen 1. Echo user input in upper case (lastnameECHO.c): Write a C program
C programming
string.h is fine
basically just dont use printf, scanf, or fopen

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: $lastnameECHO > 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
Get step-by-step solutions from verified subject matter experts
