This site contain programs of different languages including Sitecore, C,C++, Visual Basic, Java and e books related programming. you can view,share and post your comments.
#include<stdio.h> main() { int a=1,b=0,c=0,n; printf("enter the limit:"); scanf("%d",&n); while(c<n) { printf("\t%d",c); c=a+b; a=b; b=c; } }
No comments:
Post a Comment