License, disclaimer of liability, and limited warranty



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

OUTPUT (after running):
Value of a and b is 1
Value of a and b is 2
Value of a and b is 3
Value of a and b is 3
Value of a and b is 4
Value of a and b is 6
Value of a and b is 3
Value of a and b is 6
Value of a and b is 9
Q2.
Distinguish between while and do-while loops.
[Hint:


while loop
do-while loop
1. The test condition is evaluated first.
1. The loop is entered first and then the test condition is evaluated.
2. The minimum number of times the loop will be executed is
zero.
2. The loop will be executed at least once.
3. It is also known as a pretest loop or entry-controlled loop.
3. It is also known as a posttest loop or exit-controlled loop.
4.          Its syntax is:
   while(test-condition)
   {
   Statement(s);
   }
4.  Its syntax is:
do{
statement(s);
while(test-condition);
5. There is no need for a semicolon.
5. A semicolon is needed after the while statement in this loop.
The 
for Loop
The most common, frequently used, and versatile loop used in programs is the for loop. 
It is used
when a loop will be repeated a known number of times. In C, it can be used to execute for a
known number of times or execute the loop repeatedly based on specific conditions.
Syntax
        for ( expression-1; boolExpr; expr3)
           {
            statement(s);
        }

Download 2,08 Mb.

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