Dash is a type of function which calls itself more than once inside a function
Answers
Answered by
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