Friday 15 September 2017

Program for Factorial in C

Here you will get program for factorial in C.
We can find factorial of any number by multiplying it with all the numbers below it.
For example, factorial of 3 will be 6 (3 * 2 * 1).

Program for Factorial in C


Output
Enter value of n:4
Factorial of 4 is 24

0 comments:

Post a Comment

Tech UOG