- Recursion function to input number and find factorial.
- Recursion function to generate Fibonacci series.
- Recursion function to generate Lucas series. C
- Recursion function to find the sum of first n Natural number.
- Recursion function to find Greatest Common Divisor
- Recursion function to calculate a power b. C
- Recursion function to find prime factor. C