Beginner's Guide To Programming
It's All About Programming.
Contents
C
C++
COBOL
COBOL TUTOR PART 1
SQL
TRICKS AND TIPS
FIBONACCI SERIES
#include<stdio.h>
#include<conio.h>
void main()
{
int m=0,n=1,i,s;
clrscr();
printf("%d \t %d",m,n);
for(i=3;i<=15;i++)
{
s=m+n;
printf("\t %d",s);
m=n;
n=s;
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Earn upto Rs. 9,000 pm checking Emails. Join now!
No comments:
Post a Comment