Multiple choice technology packaged enterprise solutions

When a function call itself, the process is called -

  1. Iteration

  2. Recursion

  3. Looping

  4. Calling

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Recursion occurs when a function calls itself, either directly or indirectly. This is a fundamental programming technique for solving problems that can be broken down into similar sub-problems.