I have an array initialised like the following:
int example[5][5];
And a function:
void example_function(int inArray, int z){