Answer:
zeroIt(&x);
Explanation:
The statement that sets the value stored in x to zero by invoking the function zerolt is given below
zeroIt(&x);
The zeroIt function is also given below for better understanding.
void zeroIt(int *x) {
    *x = 0;
}
As seen, the function takes an argument with integer variable type, which is a pointer, denoted by the asterisk symbol (*x).
The ampersan sign (&x) is used to access the variable whose value can then be stored.
 
        
             
        
        
        
Answer:
Eraser tool -removes the unwanted part of the drawing.
Row -horizontal space running from left to right.
Text -Primary component of a multimedia. 
Drawing Area -Working are of ms point program.
I hope this helps!! Correct me plz if I'm wrong. If I'm right, could you mark me as brainliest?
 
        
             
        
        
        
Behind the wheel, the Florida driving test, turn about, shifting gears, parking, backing up, stop quickly, stop signs, signal & turns
        
             
        
        
        
Explanation:
Acid rain can cause serious problems for many different animals and plants. As a result, the entire food web is affected. For example, acid rain can cause phytoplankton in lakes to die. Insects, which rely on phytoplankton for food, now have less food to eat, and they begin to die as a result.