Home »
MCQs »
Scala MCQs
Recursion function is –
72. Recursion function is -
- A function that calls itself multiple times
- Has a loop statement
- All of these
- None of these
Answer: A) A function that calls itself multiple times
Explanation:
Recursion is the process of defining a problem (or the solution to a problem) in terms of (a simpler version of) itself.