Are (bool)(i & 1) and i % 2 == 1 always same where i is int?
(bool)(i & 1)
i % 2 == 1
i
int
Note: saying always I mean for all platforms (even w