Answer:
c)both a and b
Explanation:
If the tires are under inflated the the rolling resistance increases due to more surface are of tire now touches the ground hence there is more friction.Since the rolling resistance increases the tire will face difficulty in turning hence the steering the tires will become more hard.Since rolling resistance is increased so the engine has to work more to run the car hence it will consume more fuel.
a aj ji hfjizbhig jiad jv hD jug vhi SDhvb hbnsdubghi
a biabihb hsjgbidbihdgbhibsrhkgbhibshibvghibsdgjo
asbihdg hibsihbghibdshibghbshbg9bhisdbghivbhbhir
aa sbuogjanjfjnbsujoenngobuewwwwwwwwwwwwwwwwwwwwwwww0o
The hard drive
the power supply
the ram
the heat sink
the cpu
the motherboard
expansion slots
Answer:
In a function prototype the heading is followed by a semicolon, whereas in a function definition the heading is followed by a function block.
Explanation:
As the function prototype only declares the function and the function definition defines the operations in the function.
e.g:
add(int x, int y); is the prototype
add(int x, int y)
{
int sum;
sum
x
y;
} is the function definition.