What value will be assigned to the array B[2][2] after the following type declaration statement is executed? int B[3][3] = {[1,2],[3,4],[5,6]};
(a) 0
(b) 2
(c) 4
(d) 6
(e) Value of B[2][2] is undefined.
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.