Question: PLEASE USE PROGRAMMING IN C. Write a statement that declares a prototype for a function zeroIt, which can be used as follows: int x=5; zeroIt(&x);

PLEASE USE PROGRAMMING IN C.
Write a statement that declares a prototype for a function zeroIt, which can be used as follows: int x=5; zeroIt(&x); /* x is now equal to 0 */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
