What is recursion? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is recursion?

5th Aug 2016, 3:37 PM
Dmitriy Efremov
Dmitriy Efremov - avatar
4 Answers
+ 2
function that call itself is called recursion
14th Aug 2016, 4:49 AM
Pavatharini.M
+ 1
using a function inside the the same using it's name is known as recursion. it's work like a loop
8th Aug 2016, 5:04 PM
Shyam Ravi
Shyam Ravi - avatar
+ 1
recursion is used when you have to perform a same task many times,
14th Sep 2016, 4:55 PM
Fernweh
Fernweh - avatar
0
recursion: A function calling itself directly or indirectly through another function.
1st Nov 2016, 9:04 PM
AZAMUKE DENISH
AZAMUKE DENISH - avatar