Name: Anonymous 2007-10-26 18:20
ok can you solve this?
find the value of val
bool val;
i = 0, j = -1, k = 1
val = (j*k && (!i||i-j-k)) where
find the value of val
bool val;
i = 0, j = -1, k = 1
val = (j*k && (!i||i-j-k)) where