Is the following a common pattern for going through a multi-dimensional array in C?
int coordinates[3][2] = { {0,0}, {2,2}, {5,5} }; size_t array_si