2d array function parameter code example Example: Passing a matrix in a function C void ins (size_t rows, size_t columns, int matrix[rows][columns]);