23% off is 46 because 10%is 20 so 20% is 40 and 1% is 2 because 20/10 is 2 so the answe is 46
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
I believe it's the 3rd one. It's a really tricky question sorry if you get it wrong
The answer is c 14 I think