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
-
Notifications
You must be signed in to change notification settings - Fork 0
tcs-code/Fibonacci-series
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published