Multiple choice

The repetitive calling of C function is called as

  1. iteration

  2. recursion

  3. repeater

  4. 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.