Multiple choice The repetitive calling of C function is called as iteration recursion repeater none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation Recursion is a programming technique where a function calls itself to solve a problem by breaking it down into smaller, similar sub-problems.