Please find the corrections for the previous mail:
for (i=0; i<3; i++)
for(j=0; j<3; j++);{
- array3[i,j]=0;
+ array3[i][j]=0;
for (k=0; k<2; k++)
- array[i][j] = array1[i][k] * array2[k][j];
+ array[i][j] = array3[i][j] + array1[i][k] * array2[k][j];
}
Cheers,
-Vinay.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
- Re: Correction Re: A C programming question (fwd) Vinay V.Kulkarni
- Re: Correction Re: A C programming question (... Mohammed Illyas Mansoor
- Re: Correction Re: A C programming questi... Ard Righ
- Re: Correction Re: A C programming qu... Vinay V.Kulkarni
- Re: Correction Re: A C programmin... Ard Righ
