

InterviewSolution
Saved Bookmarks
1. |
Which of the following functions generates new data at each step of a method?(a) corecursive function(b) structural recursive function(c) unirecursive function(d) indirect functionThe question was asked during an internship interview.I want to ask this question from Recursion topic in section Induction and Recursion of Discrete Mathematics |
Answer» The correct option is (a) corecursive function |
|