Tag Archives: fibonacci logic in c

Fibonacci Series program in C

Fibonacci series starts with 0 and 1.The third element of fibonacci series in obtained by adding the first,two elements of the series.If we need to find an element of the series we add the two numbers which are just behind … Continue reading

Posted in C | Tagged , , , , , , , , , , , , , , | Leave a comment