answersLogoWhite

0

AllQ&AStudy Guides
Best answer

Monie Monie was sung by the group 'Oldies'.

This answer is:
Related answers

Monie Monie was sung by the group 'Oldies'.

View page

#include<stdio.h>

#include<conio.h>

void main()

{

int a[3][3],b[3][3],c[3][3],r,c;

for(r=0;r<=3;r++)

{

for(c=0;c<3;c++)

{

printf("\n enter the value=");

scanf("%d%d",&a[r][c],&b[r][c]);

}

}

printf("\n first matrix=\n");

for(r=0;r<=3;r++)

{

for(c=0;c<3;c++)

{

printf("%d\t",a[r][c]);

}

printf("\n");

}

printf("\n scond matrix=\n");

for(r=0;r<=3;r++)

{

for(c=0;c<3;c++)

{printf("%d\t",b[r][c]);

}

printf("\n");

}

printf("\n sum of given matrix=\n");

for(r=0;r<=3;r++)

{

for(c=0;c<3;c++)

{

c[r][c]=a[r][c]+b[r][c];

printf("%d\t",c[r][c]);

}

printf("\n");

}

getch();

}

View page

ab[C]defghijklmnopqrstuvwxyz. Exuse me but i think it is [R]. It is [C] or [R]. R is from th[r]ee. C is from [1 A] [2 B] [3 C]. ?

View page

int matrix[][]; // the matrix to find the max in

int max = matrix[0][0];

int r,c;

for(r = 0; r < 3; ++r) {

for(c = 0; c < 3; ++c) {

if(matrix[r][c] > max) {

max = matrix[r][c];

}

}

}

// max is now the maximum number in matrix

View page

Monie Captan was born in 1962.

View page
Featured study guide
📓
See all Study Guides
✍️
Create a Study Guide
Search results