basic c
write a C-program to calculate the sum of digits of a number with recursion
TASK- write a C-program to calculate the sum of digits of a number with recursion. CODE: #include<stdio.h> int digit_sum…
TASK- write a C-program to calculate the sum of digits of a number with recursion. CODE: #include<stdio.h> int digit_sum…