Computer Science, asked by soumjoshi273, 11 months ago

define recursion in c program​

Answers

Answered by shreyaspshidha
1

Explanation:

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".PLS LIKE AND FOLLW

Answered by WATERMAN30
1

Answer:

Explanation:

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