Multiple choice

Which of the following arrays is used for matrix application in 'C'?

  1. One-dimensional array

  2. Two-dimensional array

  3. Multi-dimensional array

  4. 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'.