int nr_row, nr_column;


float mat[nr_row][nr_column];You have to know the values of nr_row and nr_column before you declare mat.


Quzah.