License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet140/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   136   137   138   139   140   141   142   143   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

II. Reverse Photo
Rule: “When photo appears reverse then one of the loops will run normal and second will run in
reverse manner and vice versa.”
Several examples based on these two rules like, PASCAL’s triangle and FLOYD’s triangle, are
discussed later in this chapter.
Questions
Before further discussion, please solve the following questions.
Q1.
Write a program to implement a Fibonacci series using a for loop control structure.
[Hint:
 A Fibonacci series is a series of numbers in which the first number is 0 and the second is
1. The next number is obtained by adding the previous 2 numbers:
F1=0
F2=1
F3= F2 + F1
In general, Fn = f(n-1) + f(n-2) (where n is a positive number). The program follows:
      void main( )
        {
        int i, n, f1, f2, f3;
          n=12;  /*first 12 fibonacci numbers are displayed*/
          if(n <=1)
             printf(“%d”, n);
          else
          {
             f1 =0;
             f2 =1;
             f3 = f1 + f2;
             printf(“%d”, f3);
             for (i=2; i<=n; i++)
              {
             f3 = f1 + f2;
             f1 = f2;
             f2 = f3;


             printf(“\t%d”, f3);
           }
         }
       }
    }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   136   137   138   139   140   141   142   143   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish