Question: #cprogramming can you please help me? Write a C program that gets a string from the user and counts total number of digits in that

#cprogramming can you please help me?
Write a C program that gets a string from the user and counts total number of digits in that string. Assume that the size of your string is 10. Use isdigit() function to check whether the character is digit or not. For example: isdigit('a') returns 0 (false), isdigit('3') returns true(1). Please remember that you need to include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
