License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet150/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   146   147   148   149   150   151   152   153   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

OUTPUT (after running):
Enter the number of rows
6
*
***
*****
*******
*********
***********
Q13.
Write a C program to draw a Pascal Triangle as follows:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
[Hint:
 Let us develop its algorithm first:
1. Set a=1, q=0.
2. Read the number of rows
row.
3. Repeat through step 15 until q is less than 
row.
4. Initialize p=30–3*q.
5. Repeat through step 7 until p is greater than 
row.


6. Print “ ”.
7. p=p–1
8. Initialize b=0.
9. Repeat through step 13 until b is less than or equal to q.
10. If b equals to 0 or q equals to 0 then set a=1, else set a=(a*(q–b+1)/b).
11. Print (“ ”);
12. Print a.
13. b=b+1
14. Move to the next line.
15. q=q+1
16. Stop and exit.
The program is as follows:
         void main( )
          {
            int a=1,p,q=0,row, b;
            printf(“Enter the number of rows:”);
            scanf(“%d”, &row);
            printf(“\n Pascal Triangle\n”);
            while (q                  {
                   for (p=30-3*q; p>0;p--)
                        printf(“ “);
                   for (b=0;b<=q;b++)
                        {
                         if (b==0 || q==0)
                              a=1;
                         else
                              a=(a*(q-b+1)/b;
                        printf (“  
“ ,a);
                        }
            printf(“\n”);
            q++;
            }
            }
         }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   146   147   148   149   150   151   152   153   ...   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