I've just came across something like
float a[4][5];
I know one pair of square brackets after a variable declares it as a C-array, but what does two pairs do?
I've just came across something like
float a[4][5];
I know one pair of square brackets after a variable declares it as a C-array, but what does two pairs do?