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:
Light = A xor B
Explanation:
If switches A and B produce True or False, then Light will be True for ...
Light = A xor B
Answer: Rupture strength
Explanation: Rupture strength is the strength of a material that is bearable till the point before the breakage by the tensile strength applied on it. This term is mentioned when there is a sort of deformation in the material due to tension.So, rupture will occur before whenever there are chances of failing and the material is still able to bear stresses before failing.
The component of a regenerative vapor power cycle that permits only liquid to pass through to a region of lower pressure is a Valve/trap.
<h3>What is vapor?</h3>
- In physics, a substance in the gas phase at a temperature lower than its critical temperature is referred to as a vapor or vapor.
- This means that the vapor can be condensed to a liquid by increasing the pressure on it without decreasing the temperature.
- An aerosol is distinct from a vapor.
- A suspension of minute liquid, solid, or both types of particles in a gas is known as an aerosol.
<h3>Why does vapor form?</h3>
- Evaporation or sublimation are two processes that can be used to create it.
- Unlike clouds, fog, or mist, which are only suspended drops of liquid water in the atmosphere, watevaporur is a gas and cannot be seen.
- In the atmosphere, water vapor frequently exists below the boiling point.
Learn more about vapor here:
brainly.com/question/14578189
#SPJ4
Answer:
2.5 is the required details