Hidden content!#include ** ** *
** * ** ** ** **
* ****
int main () {
* * ** * * * * * * ** an array with 5 rows and 2 * **
* * *** * * *** ** ** a[3][3] = { {0,0,7}, {1,2,3}, **
** * * * i, j;
* **
* * **** output each array * * value */
*** *** *** * * * ( i = 0; i < 3; i++ ) {
** * * * ** * ** * * *** * * * ( j = 0; j < 3; j++ ) {