Multiple choice technology packaged enterprise solutions When a function call itself, the process is called - Iteration Recursion Looping 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.