Question: In C Language , I need help, please. Write function that accepts a string as an input then prints out the following: The function must
In C Language, I need help, please.
Write function that accepts a string as an input then prints out the following:
The function must have the following prototype
void getStatistics(char sentence[], int* noOfChars,int* noOfDigits,int* noOfAlphabets);
a. Number of characters in the string, including spaces
b. Number of digits in the string
c. Number of alphabets in the string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
