Multiple choice Which of the following arrays is used for matrix application in 'C'? One-dimensional array Two-dimensional array Multi-dimensional array None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation Two -dimensional array consists of two subscripts one refers to row & the second refers to column. Hence, it is used for matrix application in 'C'.