Which subsequently is evaluated as


i = j;
if (i != 0)
c[i][j] = 0;

Not everyone may be aware of the implicit comparison against 0. :)