Computer Science, asked by shreeya66, 11 months ago

what is recursion in c program? give an example​

Answers

Answered by harishsharmaji0001
1

Answer:

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 calls itself. A useful way to think of recursive functions is to imagine them as a process being performed where one of the instructions is to "repeat the process".

Similar questions