Question: Write a C program that reads input as a stream of characters until encountering EOF (hint: use redirection). Have the program report the number of
Write a C program that reads input as a stream of characters until encountering EOF (hint: use redirection). Have the program report the number of uppercase characters, the number of lowercase characters, and the number of other characters read. (You can use the functions in ctype.h for this assignment.) Use the attached file infile.txt as input
**Note** Here is the link for the infile.txt file to be used in the program, make sure to use it to test the program, thank you : https://drive.google.com/file/d/0Bx03TriAUEYJNll3X3E3LURKMnc/view?usp=sharing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
