WAP to find the factorial of a number using recursion?
Eg: input =5
Output = 120
Explaination: Factorial of 5 is 5*4*3*2*1 = 120
Published By : Suraj Ghimire
WAP to find the factorial of a number using recursion?
Eg: input =5
Output = 120
Explaination: Factorial of 5 is 5*4*3*2*1 = 120