Answer:
/* C Program to rotate matrix by 90 degrees */
#include<stdio.h>
int main()
{
int matrix[100][100];
int m,n,i,j;
printf("Enter row and columns of matrix: ");
scanf("%d%d",&m,&n);
/* Enter m*n array elements */
printf("Enter matrix elements: \n");
for(i=0;i<m;i++)
{
for(j=0;j<n;j++)
{
scanf("%d",&matrix[i][j]);
}
}
/* matrix after the 90 degrees rotation */
printf("Matrix after 90 degrees roration \n");
for(i=0;i<n;i++)
{
for(j=m-1;j>=0;j--)
{
printf("%d ",matrix[j][i]);
}
printf("\n");
}
return 0;
}
Answer:
momentum
Explanation:
Mass - Mass is a measurement of how much matter is in an object. It is usually measured in kilograms. Momentum is equal to the mass times the velocity of an object. Momentum is a measurement of mass in motion
Answer:
m = 7.086 kg


Explanation:
Given data:
volume of sir - 3 m^3
temperature is t = 295 K
Pressure is = 200 kPa
for air , R = 0.287 kJ/kg k
a) from ideal gas equation we have
PV = mRT
solving for m

m = 7.086 kg
b) by energy balance principle




C)ENTROPY




What are the options to that question. Insufficient question