C Recursion MCQ
1. What is recursion in C programming? a) A loop that iterates a fixed number of times b) A function that calls another function c) A function that calls itself d) A method to declare variables Click to View Answer and Explanation Answer: c) A function that calls itself Explanation: Recursion in C is a […]