Indirect Recursion की अवधारणा क्या है
What is the concept of Indirect Recursion
A
A function calling itself directly
B
A loop calling a function
C
Two or more functions calling each other in a cycle
D
A function without return statement
Explanation
Correct Answer: C) Two or more functions calling each other in a cycle