Question: C programming Write a function to calculate the factorial of an input argument, n. It should return n! For example, 5! = 5 * 4
C programming
Write a function to calculate the factorial of an input argument, n. It should return n! For example, 5! = 5 * 4 * 3 * 2 * 1 = 120.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
