Computer Science, asked by bolt9872, 1 year ago

Write short notes Recursion in C.

Answers

Answered by anu57371
1
(^O^)❤HEY MATE❤

(^O^)❤HERE'S YOUR ANSWER❤

C - Recursion. Recursion is the process of repeating items in a self-similar way. In programming languages, if a program allows you to call a function inside the same function, then it is called a recursive call of the function.
Similar questions