State recursion and its different types?

Submitted by: Administrator
Recursion is the name given to the technique of defining a set or a process in terms of itself. There are essentially two types of recursion. The first type concerns recursively defined function and the second type of recursion is the recursive use of a procedure.
Submitted by: Administrator

Read Online Programming Algorithms Job Interview Questions And Answers