Q : Write a program to find the sum of the digits of a number.
Answer :
#include<stdio.h>
#include<conio.h>
/*##########################
Girfa Student Help
Sum of digits of a number
##########################*/
void main()
{