Defining a function for printing 3x3 Matrices
int MatrixPrint(int a[3][3]) # Works
int MatrixPrint(int a[3][3])
int MatrixPrint(int a[int a][in