Question: Write a program in C that will find the even numbers and odd numbers from an array. The even numbers will be stored an another

Write a program in C that will find the even numbers and odd numbers from an array. The even numbers will be stored an another array named evenArray and odd numbers will be stored in the oddArray. Then print both array. The size of all 3 array will be 12. Prototype: 

void findEvenOddNumber(int size, int originalArr[], int evenArr[], int oddArr[]);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!