OpenGuide / C-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple C codes here , and whats more interesting is that you can even Contribute !!!
MIT License
8 stars 90 forks source link

creating fibonacci sequence recursively #56

Open gabrielrbernardi opened 5 years ago

gabrielrbernardi commented 5 years ago

this fibonacci C file is an sequence 'generator' using recursively definition