Question: please explain what will this code do? int countZeros(int *num, int count) int i; int zeros; i=0; zeros = 0; do f if (num[i] ==

please explain what will this code do?
int countZeros(int *num, int count) int i; int zeros; i=0; zeros = 0; do f if (num[i] == 0) zeros ++; num[i] =-1; ) while (i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
