English, asked by DHRUVMAHAJAN311, 6 days ago

Factoriale of a given number
In algorithm

Answers

Answered by ankitapurkait91
0

Answer:

Algorithm of C Program for Factorial

Ask the user to enter an integer to find the factorial. Read the integer and assign it to a variable. From the value of the integer up to 1, multiply each digit and update the final value. The final value at the end of all the multiplication till 1 is the factorial.

Explanation:

Thank you

Similar questions