The recursive programming is the function that calls itself within its
statement.
• With recursive programming, we can solve some complicated
problems by using easy solution.
• easy to understand
• easy to implement
• Some problems can be solved by using recursive programming only.
• It apply recurrence relation from mathematical approach.
• Many algorithms use recursive programing approach.