Recursion: Done by
Recursion: Done by
DONE BY:
KARTHICKPRANAV(20PW
14)
VIJAY KRISHNA
D(20PW40)
WHAT IS RECURSION?
Recursion in C Programing is
calling a function inside the same
function.
1.
C program to find the factorial
of a given number using RECURSION
2.
C Program to find the Greatest
Common Divisor(GCD) using
recursion
3.
Generating Fibonacci Series using
RECURSION
4.
Program to Reverse ‘N’
Characters using RECURSION.
5.
Program to find power(x , y)
, that would compute yth
power of x
where x is double and N is
int.