Kavya-24 / Snippets

Hacktoberfest 2024
22 stars 112 forks source link

Fibonacci Series #284

Closed shubhamsingla807 closed 1 year ago

shubhamsingla807 commented 1 year ago

Description:

Fibonacci Series in C: In case of fibonacci series, next number is the sum of previous two numbers for example 0, 1, 1, 2, 3, 5, 8, 13, 21 etc. The first two numbers of fibonacci series are 0 and 1.

Checklist:

Screenshots / Video:

Kavya-24 commented 1 year ago

Great work @shubhamsingla807 :)