I need to match a matrix to a space in another "Larger" matrix but trying the following code
int main ()
{
int Matriz [3][3],i,j;
int SubMatriz [3][3],a,b;
Matriz [0][0] = SubMatriz;
}
I try to match the space 0,0 of the first matr...
asked by
26.05.2017 / 16:42