...
and then to 0.
Compliant Solution
To get this Adding parentheses to indicate precedence will cause the expression to evaluate as expected, parentheses should be used to specify the order of operation.
Code Block | ||
---|---|---|
| ||
(x & 1) == 0 |
...
...
and then to 0.
To get this Adding parentheses to indicate precedence will cause the expression to evaluate as expected, parentheses should be used to specify the order of operation.
Code Block | ||
---|---|---|
| ||
(x & 1) == 0 |
...