What is row and column for array arrangement
Answers
Answered by
1
In computing, row-major order and column-major order are methods for storing multidimensional arrays in linear storage such as random access memory. ... In row-major order, the consecutive elements of a row reside next to each other, whereas the same holds true for consecutive elements of a column in column-major order.
An array is a way to represent multiplication and division using rows and columns. Rows represent the number of groups. Columns represent the number in each group or the size of each group.
Answered by
0
An array is a way to represent multiplication and division using rows and columns. Rows represent the number of groups. Columns represent the number in each group or the size of each group.
Similar questions