Ordering of C++ Arrays

C++ arrays are stored in row-major order. Row-major order means the last subscript varies the fastest.


Send feedback to MSDN.Look here for MSDN Online resources.