Group Study
Friday, 19 February 2021
create a fibonacci series using function
#include
main() { int first=0,second=1,count=0,fib,n; printf("Enter the range of fibonacci series:"); scanf("%d",&n); while(count
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment