Computer Science, asked by TbiaSamishta, 1 year ago

Statement int num[2][3] = {{3,8,6},{9,4,7}}; a) assigns a value 4 to num(1][2] b) assigns a value 7 to num[1][2] c) assigns a value 8 to num[1][2] d) assigns a value 9 to num[1][2]

Answers

Answered by Sidyandex
0

Assigns a value 7 to num[1][2] is right answer in the given option. here given the statement is into num[2][3] = {{3,8,6},{9,4,7}}.

Then you have to solve such answer by given input values without meeting any trouble of it.

Apart from that the student can collect best answer without meeting any trouble of it.

Similar questions