License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet228/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   224   225   226   227   228   229   230   231   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

OUTPUTS (after running):
Enter the size of your array: 10
Enter the array elements: 20 10 40 50 30 60 70 90 80 100
Echoing the array… 20 10 40 50 30 60 70 90 80 100
The sorted array is 10 20 30 40 50 60 70 80 90 100
Example
 
4: Give the output of the following C code:
#include
main( )
{
   int i, j, Num=1;
   for (i =1; i <=100; i++)
    {
      for (j=1; j<1=100; j++)
         Num +=1;
      printf(“%d\n”, Num);
    }
}
Solution 4:
 Let us see the contents of the Num, i, and j variables by giving it a dry run:
Num
i
j
1   1
1
 
2
2
 
.
3
 
.
..
 
..
..
 
..
99
 
..
100
 
101
 
 


OUTPUT:
101
201
301
401
501
601
701
801
901
1001

Example
 
5: Write a C program to evaluate a polynomial using an array.
Solution 5:
 The program is as follows:
#include
void main( )
{
    int a[40];
    int x, n, i, res;
    printf(“\nEnter the maximum power of x: \n\t”);
    scanf(“%d”, &n); /* maximum size of array is read */
    printf(“\nEnter the coefficients of the polynomial:\n”);
   for(i=0; i<=n; i++)
    {
      printf(“\nEnter the coefficient of X^ %d = \t”, i);
      scanf(“%d”, &a[i]);
    }
   printf(“\nEnter the value of X= \t”);
   scanf(“%d”, &x);
   /*calculating polynomials value */
   res = a[n];
   for(i = n-1; i >=0; i- - )
      res = res * x + a[i];
   printf(“\nValue of polynomial = %d\n”, res);
}

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   224   225   226   227   228   229   230   231   ...   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