The factorial of 5 is 120.
The factorial function is a recursive function that takes an integer as input and returns the product of all the integers from 1 to that integer.
Recursion is a programming technique in which a function calls itself.
The factorial of 5 is 120.
The factorial function is a recursive function that takes an integer as input and returns the product of all the integers from 1 to that integer.
Recursion is a programming technique in which a function calls itself.