Label the elements of 3-by-5 double-subscripted array sales to indicate the order in which they’re set to zero by the following program segment:
for ( row = 0; row <= 2; ++row ) {for ( column = 0; column <= 4; ++column ) {sales[ row ][ column ] = 0;}}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.