As Function Arguments
Just like with standard arrays except that the sizes of the additional dimensions must be given
Example:
void print_matrix(int matrix[ ][3], int size_dim_1);
Previous slide
Next slide
Back to first slide
View graphic version