Question: 7) Write a function called OddCount() that when given an array of N integers, it returns the count of the number of Odd integers found
7) Write a function called OddCount() that when given an array of N integers, it returns the count of the number of Odd integers found in the array, hint: use int OddCount(int A[], int N), and use %2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
