Fibonacci Series in C using for loop:
Fibonacci Series in c programming using for loop is which each number is the sum of the two going before ones. The arrangement normally begins from 0 and 1, although a few creator start the grouping from 1 and 1 or once in a while (as did Fibonacci) from 1 and 2. Beginning from 0 and 1, the initial not many qualities in the grouping
Like:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55……..
Formula = Fn = Fn-1 + Fn-2
Credit = "Dev Community" |
Example:
Read More:IOT Environment