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:
Carnot heat pump
Explanation:
Carnot heat pump is an ideal heat pump in which all processes are reversible and that consume minimum amount of work to and produces maximum amount of heating effect compare to all real engine.And that is why COP of Carnot heat pump is more as compare to real heat pump.
All real heat pump are not perfectly reversible heat pump So this is also called irreversible heat pump .Due to irreversibility the COP of irreversible heat pump is always less than the COP of Carnot heat pump.
Answer:
tyjtgfjhgk vgjyg7igjccxfb rt5bshe dgrty5rm nry5ghbhjyrdegbtyr45bh4 cnbfgcb xdftjrnn hdftytr s jhbgfhtyujt ntj
Explanation:
Answer:
Fuel efficiency for highway = 114.08 miles/gallon
Fuel efficiency for city = 98.79 miles/gallon
Explanation:
1 gallon = 3.7854 litres
1 mile = 1.6093 km
Let's first convert the efficiency to km/gallon:
48.5 km/litre = (48.5 * 3.7854) km/gallon
48.5 km/litre = 183.5919 km/gallon (highway)
42.0 km/litre = (42.0 * 3.7854) km/gallon
42.0 km/litre = 158.9868 km/gallon (city)
Next, we convert these to miles/gallon:
183.5919 km/gallon = (183.5919 / 1.6093) miles/gallon
183.5919 km/gallon = 114.08 miles/gallon (highway)
158.9868 km/gallon = (158.9868 /1.6093) miles/gallon
158.9868 km/gallon = 98.79 miles/gallon (city)