Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
hi u had a gud try recursion try this code a simple modification to your code #include<stdio.h> #include<conio.h> main() { static long int n=0, number=1; void fibi (long int ,long int ); printf ("Following are the first 40 Numbers of the Fibonacci Series:\n"); printf (" 1 "); fibi (n,number); getch(); …
The End.
pokiri