Question: 5.Please implement the program in C according to the requirements: (20 marks) Write a program in C to count total number of alphabets, digits and

5.Please implement the program in C according to the requirements: (20 marks) Write a program in C to count total number of alphabets, digits and special characters in a string. Expected Output: Count total number of alphabets, digits and special characters: Input the string : Warm welcome to ZJUT 4286 Liuhe Road in 2021!!!! Number of Alphabets in the string is : 28 Count total number of alphabets, digits and special characters: Input the string : Warm welcome to ZJUT #286 Liuhe Road in 2021!!!! Number of Alphabets in the string is: 28 Number of Digits in the string is: 7 Number of Special characters in the string is: 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
