License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet144/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   140   141   142   143   144   145   146   147   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

OUTPUTS (after running):
Enter your n:
4
6
28
496
8128
Q6.
If  a  loop  has  a  counter-variable,  would  it  be  normally  written  as  a  while  statement  or  a  for
statement? In a for loop, which of the initialization, test, and update parts are optional? Which
of  the  initialization,  test,  and  update  parts  allow  the  use  of  commas?  Give  examples(s)  to
explain this.
Q7.
Write a C program to draw the following triangle:
[Hint: Rule: For any triangle problem, loop j will run either j <= i or j >= i.
Let us write its algorithm first:
1. Read the 
row
 variable (i.e., the number of rows).


2. Initialize i=0.
3. Repeat through step 9 while i is less than 
row
.
4. Initialize j=0.
5. Repeat through step 7 while j is less than or equal to i.
6. Print “*”.
7. j=j+1
8. Move to new line.
9. i=i+1
10. Stop and exit.
The program is as follows:
      void main( )
        {
          int row, i, j;
          printf(“Enter the number of rows:”);
          scanf(“%d”, &row);
          printf(“\n”);
          for (i=0; i           {
             for (j=0; j<=i; j++)
              {
                printf(“ * “);
              }
                printf( “\n”);
           }
           }
         }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   140   141   142   143   144   145   146   147   ...   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