Computer Science, asked by bhavinmrinalini1334, 9 months ago

Dash is a type of function which calls itself more than once inside a function

Answers

Answered by dilpreetsaggu555
0

Answer:Recursive Function

A recursive function is a function that calls itself during its execution. This enables the function to repeat itself several times, outputting the result and the end of each iteration.

Similar questions