License, disclaimer of liability, and limited warranty


/* pushing down the elements */



Download 2,08 Mb.
Pdf ko'rish
bet237/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   233   234   235   236   237   238   239   240   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

 /* pushing down the elements */
   n++;
   for (k = n; k>=pos; k- - ) {
    a[k] = a[k – 1];
    }
   a [- - pos] = item; 
/* item inserted */
   printf(“\n”);
   printf (“\n Vector after insertion: “);
   for ( i = 0; i < n; i++)
      printf (“%f”, a[i]);
   printf (“\n”);
   }
OUTPUT (after running):
Enter the size of vector: 6
Enter the vector elements: 1.00 2.00 1.00 3.00 2.00 4.00 5.00 6.00
Enter the element to be inserted: 10.00


Enter the position to insert: 1
Vector after insertion:
10.00 1.00 2.00 1.00 3.00 2.00 4.00 5.00 6.00
NOTE
Attempt to write a program now to select an element from the vector.
Example
 
13: Write a C program to find the row sum and column sum of a matrix.
Solution 13:
 The program is as follows:
#include
main( )
{
   int a[10][10], i, j, m, n;
   printf(“\n Enter the number of rows and column:”);
   scanf(“%d%d”, &n, &m);
   printf(“Enter matrix elements:”);
   for (i=1; i< n + 1; ++)
    for(j=1; j < m+1; ++j)
      scanf(“%d”, &a[i][j]);
   /* find row sum */
   for (i =1; i < n+1; ++i)
    {
      a[i][m+1] = 0;
      for (j=1; j < m+1; ++j)
       {
         a[i][m+1] = a[i][m+1] + a[i][j];
      }
 }
 * find col sum */
 for (j =1; j < m+1; ++j)
  {
    a[n+1][j] = 0;
    for (i=1; j < n+1; ++i)
     {
       a[n+1][j] = a[n+1][j] + a[i][j];
     }
 }
 /* print matrix’s column sum and row sum */
 printf(“col-sum (last row) and row-sum (last column):”);
 for (i=1; i < n+1; ++i)
  {
    for (j=1; j< m+2; ++j)
     printf(“%d”, a[i][j]);
    printf(“\n”);
  }
  /* last row (col-sum) is printed to suppress element, a[n+1]   
[m+1] */
   i = n + 1;
   for (j=1; j < m+1; ++j)
      printf(“%d”, a[i][j]);
   printf(“\n”);
  }



Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   233   234   235   236   237   238   239   240   ...   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