+ 2
What is meant by recursion?
where do we use recursion?
3 Answers
+ 2
recursion is a situation where a function calls itself
+ 1
function calling same function is called recursion
+ 1
it is used when same process has to be done repetatively till certain condition meets