6.25 Which initialization is not performed by the following definition? int b[2][2] = {{1}, {3, 4}}; a)b[0][0] is set to
Posted: Mon Jun 06, 2022 1:38 pm
questions
6.25 Which initialization is not performed by the following definition? int b[2][2] = {{1}, {3, 4}}; a)b[0][0] is set to 1 b) b[0][1] is set to 1 c) b[1][0] is set to 3 d) b[1][1] is set to 4
which answer and explain the method of these kind of 6.25 Which initialization is not performed by the following definition? int b[2][2] = {{1}, {3, 4}}; a)b[0][0] is set to 1 b) b[0][1] is set to 1 c) b[1][0] is set to 3 d) b[1][1] is set to 4