Question: Question 2 (30 points) Write a C program to open an input file named nyinput tat and count the number of vowel characters i.e. (
Question 2 (30 points) Write a C program to open an input file named nyinput tat and count the number of vowel characters i.e. ( a,e,i,o,u) both lower and upper case, the number of numeric characters (i.e. ' 0 ' to ' 9 '), the number of alphabetic characters (i.e. ' a ' . ' z ' and ' A ' 'Z') and the total number of characters. The results should be printed in an output file named myoutputedt. Your program should handle file not found error. Do not use functions defined in ctype.h. Sample input and ontput files
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
