if !((z = x + y) && (c = a + b)) //If z=0, then c will NOT be evaluated { z += 5; c += 10; //Initial value of c may not be correct }