C program to check whether a number is Strong number or not
Example Input Input number: 145 Output 145 is STRONG NUMBER Strong number is a special number whose sum of factorial of digits is equal to the original number.For example: 145 is strong number. Since, 1! + 4! + 5! = 145