Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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++
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 parametersStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started