double **p = (double **)malloc(Satir * sizeof(p *)); for (i=0; i<Satir; i++) p[i] = (double *)malloc(Sutun * sizeof(double)); free(p);