railway RRB JE (CBT I + CBT II) Mock Test 2024 Programming and Data Structure Programming in C Array
How is a multi-dimensional array stored in the memory?
1
Column-wise (Column-major order)
2
Randomly
3
Depends on the compiler
4
Row-wise (Row-major order)