Question: language: C Create a function which receives a pointer of array as a parameter and calculates the sum of even numbers and sum of odd

language: C
Create a function which receives a pointer of array as a parameter and calculates the sum of even numbers and sum of odd numbers in that array. Then compares them to find out which one is larger (sum of even or sum of odd). Return both sum of even and sum of odd numbers also and print those in the main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
