Question: Write a C program to receive an integer number from the user and count number of digits in the given integer using a loop. Sample
Write a C program to receive an integer number from the user and count number of digits in the given integer using a loop.
Sample output:
Enter an integer: 123456
Number of digits: 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
