/** * myFunction - receives an array param of 10 int variables */ void myFunction(int param[10]) { . . . }