Separate a list of integers in C

Write a function to take the following list and return one list of odd numbers and one list of even numbers:

ints = [1,21,53,84,50,66,7,38,9]

Got What it Takes? Test Drive Your Solution in C

Your code goes here...

Compile and Run

...output appears here!