Report Bug
Qus : What is recursion in python?
Qusपाइथन में रिकर्शन फंक्शन के है

A. Repeating a process in a loop
B. Calling a function from within itself
C. Using a loop to iterate over elements
D. Breaking down a problem into smaller subproblems


Solution
B. Calling a function from within itself






Report Bug