matrix c declaration

C
varType matrix[rows][coloumns];int disp[2][4] = { 10, 11, 12, 13, 14, 15, 16, 17};
Source

Also in C: