License, disclaimer of liability, and limited warranty



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

OUTPUTS (after running):
Enter the string: DR. RAJIV
Enter the character to be searched: A
The frequency of occurrence of A is 1
OUTPUTS 2 (after running):
Enter the string: C Programming
Enter the character to be searched: m
The frequency of occurrence of m is 2
Example
 
10:  Write  a  C  program  to  find  the  norm  of  a  matrix  where  norm  of  a  matrix  is
defined as the square of the sum of squares of the elements of the matrix.
Solution 10:
 The program is as follows:
#include
#include
void main( )
{
   int i, j, m, n;
   float norm, a[10][10];
   float nrm( );
   print(“Enter row and column of A matrix: \n”);
   scanf(“%d %d”, &n, &m);
   printf(“%d %d\n”,n ,m);
   printf(“Input A-matrix\n”);
 for(i=0; i  for(j=0; j    scanf(“%f”, &a[i][j]);
 /*print A-matrix in matrix form */
 for(i=0; i  {
  for(j=0; j    scanf(“%6.2f”, a[i][j]);
  printf(“\n”);
  }
  norm = nrm(a, n, m);
  printf(“Norm=%6.2f\n”, norm);
  }
/* norm of a matrix = square root of the sum of the squares of the elements o
f the matrix */
float nrm(a, n, m)
int m, n;
float a[10][10];
{
    int i, j;
    float sum = 0.0;
    for(i=0;i     for(j=0; j       sum = sum + a[i][j] * a[i][j];
     printf(“Sum=%6.2f\n”, sum);
     return (sqrt((double) sum));
}



Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   230   231   232   233   234   235   236   237   ...   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