Question: I need help writing this code, please write it in C and not C++ c - This program is a modification of one you did

I need help writing this code, please write it in C and not C++

I need help writing this code, please write it in C and

c - This program is a modification of one you did for lab six. Th ts single command line argument and prints the number of upper- case letters, 2. e program takes Name this program count. the name of an input file as lower case letters, and digits found in each word. No word will ever be longer than 50 characters. A sample command linea execution is shown below The file DATA ./a.out DATA AlAbAmA4 Est. 1831 1 uppercase, 2 lowercase, 4 digits Crimson 1 uppercase, 6 lowercase, 0 digits TIDE#1-4 uppercase, 0 lowercase , 1 digits AlAbAmA Est. 1831 Crimson TIDE#1 - 4 uppercase, 3 lowercase, 0 digits . Your program should confirm the input file exists (exit with an appropriate error message if it does not). n to count the number of uppercase, lowercase, and digits in a given word. The function must use the signature shown below void countC ase (char*,int*,int *,int *) lowercase letters, and digits to This function passes a string and returns the number of uppercase letters, the calling routine through the second, third, and fourth parameters

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!