You are on page 1of 1

1 fibonacci series

2 #include Stdio.h" progrn


3 #include "inputnum .c"
int num, f=0,s=1, t=0,
i
5 void main ()
6

clrscr ()
8
num=InputNumber()
9 for (i=1;i<=num; it+)
10
11 printf("3d , t);
12 f = S

13 s = t

14 t f +S;
15
16 getch ()
17 }
1

You might also like