Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 10)
10.
What does the term "recursion" refer to in the context of programming?
Declaring a variable again
A function calling itself
Reassigning the value of a variable
Using a loop construct
Answer: Option
Explanation:
Recursion is a programming concept where a function calls itself in its own definition.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.