Question: Write the function remove Mod3() that removes all of the removes all of the numbers that are evenly divisible by 3 in its array parameter.

Write the function remove Mod3() that removes all of the removes all of the numbers that are evenly divisible by 3 in its array parameter. The function returns the number of items removed, or -1 if the array is initially empty. The function takes 2 arguments: the array of int that will be modified the size of the array (use size_t as the type) Both of these will be input-output parameters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
