
Asked in Accenture
Write a recursive function to calculate the factorial of a given number.

AnswerBot
2mo
Factorial is a mathematical function that multiplies a number by all positive integers below it, calculated using recursion.
Factorial of n (n!) is defined as n * (n-1)!
Base case: factorial(0) = 1
Examp...read more
Help your peers!
Add answer anonymously...
Top QA Engineer Interview Questions Asked at Accenture
Q. Write a program to print an inverted triangle pattern.
Q. What is the OOP concept?
Q. What can you tell me about the testing process?
Interview Questions Asked to QA Engineer at Other Companies
Top Skill-Based Questions for Accenture QA Engineer
Software Testing Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

