Romeo-Aryal / C-program-fest2022

Simple repo to help developers contribute in hactoberfest
21 stars 94 forks source link

Create factorial_using_recursion.c #106

Closed shreyapatra closed 2 years ago

shreyapatra commented 2 years ago

I have added this program to find the Factorial of a number using Recursion in C.