Computer Science, asked by ashkavishwakarma, 1 month ago

Explain Loop with recursion in c​

Answers

Answered by Yamini2110
0

The C programming language supports recursion, i.e., a function to call itself. But while using recursion, programmers need to be careful to define an exit condition from the function, otherwise it will go into an infinite loop.

Similar questions