C program to find automorphic number

C program to find automorphic number

Output:

Enter the number to check whether automorphic number or not: 890625
890625 is an automorphic number.

Implementation: