//
#include
#include
void main()
{
int a,b,c,n,i;
clrscr();
printf("Enter the number \n");
scanf("%d",&n);
a=-1;
b=1;
printf("The Fiboacci serous is=\t");
for (i=0;i
c=a+b;
printf("%d\t",c);
a=b;
b=c;
}
getch();
}
-->
Copyright 2009 CSedukit.com. Powered by
Blogger.
Blogger Templates created by Deluxe Templates
Wordpress theme by digitalnature
0 comments:
Post a Comment