Skip to content

Sample code written in C to print the Fibonacci series upto the number of elements inputted by the user.

Notifications You must be signed in to change notification settings

tcs-code/Fibonacci-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fibonacci-series

Sample code written in C to print the Fibonacci series upto the number of elements inputted by the user. A Fibonacci series is a series which proceeds in an algorithm such that each element will be the sum of the previous two elements. The series starts with 0 and 1 as its default and proceeds in the mentioned algorithm. The program makes use of the for loop to print the series upto the limit given by the user

About

Sample code written in C to print the Fibonacci series upto the number of elements inputted by the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages