IT232 C Programming

C ProgrammingTU Board 2023

Write a program to find the sum of digits of given integer using recursion. (eg: input = 123, output = 1+2+3=6)

5
A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions