example of how to check for an empty element in a 2D array in C programming with a for loop
Example: double array in c
int disp[2][4] = {
{10, 11, 12, 13},
{14, 15, 16, 17}
};
int disp[2][4] = {
{10, 11, 12, 13},
{14, 15, 16, 17}
};