

InterviewSolution
Saved Bookmarks
1. |
The argument of each recursive call is the content of a field of the original output. This definite characteristic belongs to which of the following function?(a) Structurally recursive function(b) Generativity recursive function(c) General function(d) Indirect recursive functionThe question was posed to me during an interview.The query is from Recursion in section Induction and Recursion of Discrete Mathematics |
Answer» The correct option is (a) Structurally recursive function |
|