Question: Write a complete C program that reads input from the keyboard and echoes the input back to the terminal after converting lowercase letters to uppercase
Write a complete C program that reads input from the keyboard and echoes the input back to the terminal after converting lowercase letters to uppercase letters. You may only use getchar() and putchar() for input/output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
