Find Sum of Digits of a Number Using Recursion – C Programming Exercise

2 years ago
14

A programming exercise to get better with recursion focusing on logic building and familiarity with numbers. In this exercise you are required to find the sum of the digits of a number with the use of recursion in the C programming Language.

Loading comments...