Answer:
This is another recursion procedure which is the number of times the procedure is called recursively in the process of enlarging a given argument or arguments. Usually this quantity is not obvious except in the case of extremely simple recursive functions, such as FACTORIAL (N), for which the depth is N.
Previous Question | Next Question |
Explain about procedural body and computation boxes? | State the problems which differentiate between recursive procedure and non-recursive procedure? |