#include<stdio.h>
#include<conio.h>
void main()
{
int a =0,b=1,c,i=2,n;
clrscr();
printf("Enter N Value : ");
scanf("%d",&n);
printf("%d\t%d\t",a,b);
while(n>i)
{
c = a+b;
printf("%d\t",c);
c=b;
b=a;
i++;
}
getch();
}
All the material for Btech degree at one place. In this site one can get all the study material for your btech degree. All the important notes, codes, assignmemts have been peovided to the aspirants. This portal can help you a lot in sharpening of your concepts. So, be updated and we'll catch you through e-mail, so be sure to join the site and get the latest updates in the field of engineering. All the best for your engineering career.
1 comments:
Engineering has been one of the most exciting fields to enter for several decades now. Perhaps more than any other industry, field or time in history, during this time in computer hardware engineering there has been more advancement and evolution than ever before or anywhere else. Read more for more details.
Post a Comment