Exercise Questions - Recursion Functions

  1. Recursion function to input number and find factorial.
  2. Recursion function to generate Fibonacci series.
  3. Recursion function to generate Lucas series. C
  4. Recursion function to find the sum of first n Natural number.
  5. Recursion function to find Greatest Common Divisor
  6. Recursion function to calculate a power b. C
  7. Recursion function to find prime factor. C