Revers of number by using C January 21, 2019 Add Comment Edit Suppose we are considering Digit 234. We have output 43 #include<stdio.h> #include<conio.h> main() { ...
Program for Sum of Digit using C language January 19, 2019 Add Comment Edit Suppose we are considering Digit 234. We have output 2+3+4 = 9 #include<stdio.h> #include<conio.h> main() { ...