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:
True
Explanation:
An LED test light is a piece of electronic test equipment used to determine the presence of electricity in a piece of equipment under test, making this statement true.
Answer: This spark energy trigger ignition and combustion in the compressed air-fuel mixture. This discharge is of extremely brief duration (about 1/1000 of a second) and is extraordinarily complex!
-Your Welcome-
Answer with Explanation:
The capillary rise in 2 parallel plates immersed in a liquid is given by the formula

where
is the surface tension of the liquid
is the contact angle of the liquid
is density of liquid
'g' is acceleratioj due to gravity
'd' is seperation between thje plates
Part a) When the liquid is water:
For water and glass we have
Applying the values we get

Part b) When the liquid is mercury:
For mercury and glass we have
Applying the values we get

The negative sign indicates that there is depression in mercury in the tube.
Answer:
the internet is a need everywhere to do work and games systems is a technology that is just a want.
Explanation: