answersLogoWhite

0

int f1=1, f2=1, c=2;

do

{

t=f1+f2;

printf("%d\t",t);

f1=f2;

f2=t;

c=c+1;

}while(c

User Avatar

Wiki User

14y ago

What else can I help you with?