Write the statement that will initialize a two dimensional array of Integers called intGrades. The array will have 2 rows with the numbers 93, 91, and 84 in the first row, and 85, 89, and 91 in the second row.
The above statement is written in c language, which is used to declare the two-dimensional array and initialize the value.
If any user wants to declare and initialize the two-dimensional array, then there are needs of data type and then variable name and then the dimension of the array.
Then the value is initialized by the help of syntax which is defined above.