C program to find sum of digits of a number in a given base
Answers
Answered by
0
#include<stdio.h>
main()
{
int a=1;
int b=2;
int c;
c=a+b;
printf("sum of two digits is: %d", c);
}
Similar questions
English,
6 months ago
Computer Science,
6 months ago
Math,
6 months ago
Math,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago