Find factorial of a given number recursively
AnswerBot
1y
Factorial of a given number can be found recursively
Base case: if n is 0 or 1, return 1
Recursive case: return n * factorial(n-1)
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = ...read more
Help your peers!
Add answer anonymously...
Top Texas Instruments Core interview questions & answers
Top HR questions asked in Texas Instruments Core
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app