how we use recursion in our C programming
Answers
Answered by
0
Answer:
Hi mate,
recursion is a programming technique that allows the programmer to express operations in terms of themselves. In C, this takes the form of a function that call itself. a useful way to think of recursive functions is to imagine them as a process being performed where one of the instruction is to "repeat the process".
May it will help you...
Similar questions