Automorphic Number:
printf(" Input a number: ");
scanf("%d",&auno);
if( chkAutomor(auno))
printf(" The given number is an Automorphic Number.\n");
else
printf(" The given number is not an Automorphic Number.\n");
return 0;
}
No comments:
Post a Comment