In many places. For starters, you want to define a function, but this is only a function declaration:

void oddDel (int x[] );
A function definition would look like:

void oddDel(int x[])
{
...