License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet163/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   159   160   161   162   163   164   165   166   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

OUTPUT (after running):
Enter a number
123
The sum of digits is = 6 ].
Q12.
Give and discuss the output of the following code:
     int price;
     for (int width =11; width <=20; width++) {
        for(int length =5; length <=25; length +=5) {
         price = width * length * 19;
         printf(“ \t%d “, price);
         }
        //finished one row; now move on to the next row
        printf(“ “);
     }
[Hint:
  The  outer  for  statement  is  set  to  range  from  the  first  row  (width=11)  to  the  last  row
(width=20).  For  each  repetition  of  the  outer  for,  the  inner  for  statement  is  executed,  which
ranges from the first column (length=5) to the fifth column (length=25). The loop body of the
inner for computes the price of a single item and prints out this price. So, the complete execution
of the inner for loop, which causes its loop body to be executed 5 times, completes the output of
one row. The following shows the sequence of values for the 2 control variables:
width
length
11
5
10
15
20
25 (this completes the printing of the first row)
12
5


10
15
20
25 (this completes the printing of the first row)
13
:
:
5
10
        ].
Q13.
What will be the value of sum after the following nested for loops are executed?
          (a)
  int sum =0;
         for (int i = 0; i < 5; i++) {
           sum = sum + i;
           for (int j = 0; j < 5; j++) {
                 sum = sum + j;
           }
             }
          (b)
  int sum =0;
         for( int i = 0; i < 5; i++) {
         sum = sum + i;
         for(int j = i; j < 5; j++) {
            sum = sum +j;
         }
          }
Q14.
What is wrong with the following nested for loop?
      int sum = 0;
      for (int i = 0; i < 5; i++) {
       sum = sum + i;
         for (int i = 5; i > 0; i- -) {
           sum = sum + j;
         }
      }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   159   160   161   162   163   164   165   166   ...   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