License, disclaimer of liability, and limited warranty


post-tested loop or bottom-tested loop



Download 2,08 Mb.
Pdf ko'rish
bet132/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   128   129   130   131   132   133   134   135   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

post-tested loop or bottom-tested loop.
Notes
1.
The do-while loop is the same as the repeat-until control construct of PASCAL language
except that the loop is terminated when the test condition returns a false value.
2.
The do-while loop is a posttest loop which means its Boolean expression is tested after
each iteration.
3.
The do-while loop must be terminated with a semicolon.
Questions
Before further discussion about the for-loop, let us solve some questions now.
Q1.
Write an algorithm and hence a C program to develop a multitable program.
[Hint:
 The algorithm is as follows:


1. Initialize a=1.
2. Initialize b=1.
3. Print a*b.
4. Increment b by 1 (i.e., b = b+1).
5. Repeat steps 3 to 5 until (b <=3).
6. Increment a by 1 (i.e., a=a+1).
7. Repeat steps 2 to 7 until (a<=3).
8. Exit.
The C program is as follows:
     void main ( )
       {
          int a, b;
          a=1;
          do
           {
              b=1;
              do
               {
          printf(“\n Value of a and b is %d”, (a *b));
               b++;
               } (while(b<=3);
               a++;
           }while(a<=3);
        }
     }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   128   129   130   131   132   133   134   135   ...   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