In this tutorial it explains how to find the factorial of number using recursion method.
part1 explain one method of recursion and part2 explain another type of recursion.

Code Block : https://github.com/aksprogramming/c-programming/blob/master/fact2.c