/** C Program to find the Factorial of Given Number **/

Sample Output:

( using GNU GCC Compiler with code::blocks IDE, hence no need of clrscr(); and getch(); )
C-Program-Factorial-output