Multiple choice

_______________ is the order in which all the first row elements are stored in sequential memory location then all the second row elements are stored and so on.

  1. Column-major order

  2. Row-major order

  3. Identity matrix

  4. Null matrix

  5. Square matrix

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Row-major order is the order in which all the first row elements are stored in sequential memory location then all the second row elements are stored and so on.