abhishekdoifode1 / Hacktoberfest2021

This Repo is created by Abhishek for the beginners to promote open source programming (hacktoberfest), you just need to add any type of code in any programing lang you want, just commit your name at the end. Give a Star⭐
130 stars 665 forks source link

Updated factorial.c #989

Open VIG107 opened 2 years ago

VIG107 commented 2 years ago

Created a much simpler program for beginners to understand on how to calculate a factorial of a number using C. It includes 1 simple single library, ie standard input output. I am sure this is much easier for beginners to understand.