Question: Create a program in C please A factorial is a function that multiplies a number by every number below it. For instance: 5! = 5*4*3*2*1
Create a program in C please
A factorial is a function that multiplies a number by every number below it. For instance: 5! = 5*4*3*2*1 = 120
Create a function that receives an integer number and returns the calculation of the factorial of that number.
Create a main that asks for a number, calls the factorial function, and prints the results that were returned by the factorial function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
