Answer:
<u>No</u>.
Explanation:
They are not all the same. Moreover, using a fluid that is not approved by the vehicle manufacturer will void the transmission warranty.
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
True :)
Explanation:
If this is a true or false question.
Answer:
Explained
Explanation:
Cold working: It is plastic deformation of material at temperature below recrystallization temperature. whereas hot working is deforming material above the recrystallization temperature.
Given melting point temp of lead is 327° C and lead recrystallizes at about
0.3 to 0.5 times melting temperature which will be higher that 20°C. Hence we can conclude that at 20°C lead will under go cold working only.
Answer:
Explanation:
Find attached the solution to the question