What is the output of the following code?
int m[5 ][6 ];int x[] = {1 , 2 }; m[0 ][1 ] = x[1 ];cout << "m[0][1] is " << m[0 ][1 ];
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.