Dsa
Recursion
Warm-up
Find Factorial
You need to write a function that calculates the factorial of a non-negative integer n using recursion. Input format: A single non-negative integer n. Output format: A single integer representing n!. Example: Input: 5 Output: 120
Key concepts
recursionmathfactorial
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now