answersLogoWhite

0

AllQ&AStudy Guides
Best answer

A. J. Foyt Enterprises was created in 1965.

This answer is:
Related answers

A. J. Foyt Enterprises was created in 1965.

View page

#include<stdio.h>

#include<conio.h>

void main()

{

int i,a[3][3]={1,2,3,4,5,6,7,8,9},j,s=0,m,n;

clrscr();

/*for(i=0;i<3;i++)

{

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

{

printf("\na[%d][%d]= ",i,j);

scanf("%d",&a[i][j]);

}

}*/

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

{

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

{

printf("%d",a[i][j]);

}

printf("\n\n");

}

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

{

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

s=s+a[i][j];

printf("\n Sum of %d`th row=%d",i+1,s);

s=0;

}

{

int i,j,s=0;

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

{

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

s=s+a[i][j];

printf("\n\t\t Sum of %d`th column=%d",j+1,s);

s=0 ;

}

}

getch();

}

View page

J. S. D. has written:

'The merits of printing'

View page

The duration of J. D.'s Revenge is 1.58 hours.

View page

J. Lavery has written:

'Strategic financial management' -- subject(s): Business enterprises, Finance

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