Plz i nid da output Guys # include # include # include int - TopicsExpress



          

Plz i nid da output Guys # include # include # include int main() { int n,a,b,rn,s=0; printf("Enter any two digit no."); scanf("%d",&n); a=n/10; b=n%10; rn=(10*b)+a; //reverse of no. printf("Reverse of No. is %d",rn); s=abs(rn-n); printf(" Substraction of above Nos is %d",s); if (s%9==0) printf(" Which is a multiple of 9 "); else printf(" Substraction is not multiple of 9"); getche(); return 0; }
Posted on: Sun, 15 Sep 2013 11:13:31 +0000

Trending Topics



Recently Viewed Topics




© 2015