NIELIT O Level Paper
C Language
January 2016 Solved
Q8 a) Write a program having a recursive function to calculate the factorial of a number. In the main() function, read the value of the number and then using the recursive function display the result.
Solution :
/* ################################
Girfa Student Help
Factorial recursion program
for more visit :
http://girfahelp.blogspot.in/p/c-language.html
################################