What is meant by recursion? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

What is meant by recursion?

where do we use recursion?

25th Dec 2016, 6:40 AM
C.Gowthami
C.Gowthami - avatar
3 Antworten
+ 2
recursion is a situation where a function calls itself
13th Jun 2018, 1:02 PM
C.Gowthami
C.Gowthami - avatar
+ 1
function calling same function is called recursion
25th Dec 2016, 6:46 AM
hiteshposhia
hiteshposhia - avatar
+ 1
it is used when same process has to be done repetatively till certain condition meets
25th Dec 2016, 6:49 AM
hiteshposhia
hiteshposhia - avatar