Q5. WAP using user-defined function to find all strong numbers between 1 to n. Use a separate function to compute the factorial of the corresponding number. [Hint: A number in which the sum of...

C programing q5Q5. WAP using user-defined function to find all strong numbers between 1 to n. Use a<br>separate function to compute the factorial of the corresponding number.<br>[Hint: A number in which the sum of factorial of individual digits is equal to the number is<br>called strong number.<br>For example, 145 is a strong number because 145= 1! + 4! + 5!<br>Example: Input<br>Input lower limit: 1<br>Input upper limit: 1000<br>Output<br>Strong numbers between 1 and 1000: 1, 2, 145]<br>

Extracted text: Q5. WAP using user-defined function to find all strong numbers between 1 to n. Use a separate function to compute the factorial of the corresponding number. [Hint: A number in which the sum of factorial of individual digits is equal to the number is called strong number. For example, 145 is a strong number because 145= 1! + 4! + 5! Example: Input Input lower limit: 1 Input upper limit: 1000 Output Strong numbers between 1 and 1000: 1, 2, 145]

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here