[SOLVED]Passing a 2D Array Into a Function?

Hey guys quick question just wondering how to pass a 2d array into a function.

Say if in a file I've made an array of int myArray[20][70]; etc. Now I want to pass that to a Function. void MyFunction(int myArray[])

Is it passed in like this? Or is it different?
Last edited on
It's ok just figured it out wasn't to hard :)
I challenge you to come up with the correct syntax to return said array from a function. Or make it simpler, return int[70] from a function.
Topic archived. No new replies allowed.