Write a recursive function to find the sum of digits of a number
Answers
Answered by
1
* C Program to find Sum of Digits of a Number using Recursion.int sum (int a);int main(){int num, result;printf("Enter the number: ");scanf("%d", &num);result = sum no..
Similar questions
Social Sciences,
8 months ago
Math,
8 months ago
Math,
1 year ago
Environmental Sciences,
1 year ago
English,
1 year ago