Programming Algorithms Question:
Download Job Interview Questions and Answers PDF
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.
Download Programming Algorithms Interview Questions And Answers
PDF
Previous Question | Next Question |
Define and describe an iterative process with general steps of flow chart? | How can an inductive definition be realized? |