Question: please write in c. Sum of digits Write a program that reads an integer and prints the sum of its digits. For example, for integer

please write in c.
Sum of digits Write a program that reads an integer and prints the sum of its digits. For example, for integer 1234 the program prints 10 because 1+ 2+3+4-10. Example of input: 65 Corresponding output: 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
