binary - Shift operator in C - Stack Overflow
In C, are the shift operators () arithmetic or logical? ... @supercat: I really don't know. However, I do know that there are documented cases where code that has undefined behavior causes a compiler to do very non-intuitive things (usually due to aggress...