Computer Science, asked by kcgmailcom2814, 10 months ago

Write a program to find factorial of a number in r using recursion.

Answers

Answered by Anonymous
0

Explanation:

Example: Find Factorial of a number using recursion. Here, we ask the user for a number and use recursive function recur_factorial() to compute the product upto that number. Lets suppose the user passes 5 to the function. Inside the recur_factorial() , the number 5 is multiplied to the factorial of (5 – 1 = 4


rakeshchennupati143: reported
rakeshchennupati143: user asked for a program not an explanation
rakeshchennupati143: you dont know how to write a program and you are answering computer science question
Similar questions