Question: Write a C function named (Even-Odd), that accepts a one-dimensional array and its size and returns how many even numbers in the array. (eg. The
Write a C function named (Even-Odd), that accepts a one-dimensional array and its size and returns how many even numbers in the array. (eg. The array is [1,7,8,13,15,4,8,9,21,15] the output is even numbers is 3.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
