Programming Algorithms Question:
State recursion and its different types?
Answer:
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.
Previous Question | Next Question |
Define and describe an iterative process with general steps of flow chart? | How can an inductive definition be realized? |