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

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!