#include #define DIM1 2 #define DIM2 4 /****** * Author: G Towell * Created: August 2019 * Modified: Sep 18 2019 * Modified: gtowell Feb 2021 * * Desc: * A little program to show row major array assignment ******/ void printArray(int rows, int cols, int arr[][cols]) { for (int i=0; i