what is recursion in c program? give an example
Answers
Answered by
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
Computer Science,
6 months ago
English,
6 months ago
Chemistry,
11 months ago
Chemistry,
11 months ago
India Languages,
1 year ago
Math,
1 year ago