Computer Science, asked by Manipradeep3129, 10 months ago

Define recursion and give its advantage.

Answers

Answered by taibak32
1

Answer

When a function calls itself from its body is called Recursion. Advantages. Reduce unnecessary calling of function. Through Recursion one can Solve problems in easy way while its iterative solution is very big and complex.

Answered by khushi769
0

♠️When a function calls itself from its body is called Recursion.

♥️\mathfrak\red{Advantages}

✍️ Reduce unnecessary calling of function. Through Recursion one can Solve problems in easy way while its iterative solution is very big and complex.

Similar questions