fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
318 stars 325 forks source link

Factorial implementation in C #624

Open soumyaa01 opened 4 years ago

soumyaa01 commented 4 years ago

Fixes #623 Implements factorial in C.

xlogix commented 4 years ago

It would be great if you can add the description along with the issue number. Feel free to use our contribution guidelines (https://github.com/fnplus/interview-techdev-guide/blob/master/CONTRIBUTING.md#how-to-contribute-an-implementation-code) for reference