int a = 5;a = a << 6;a = a >> 6;
Right shift of signed integers is undefined, and has implementation-defined behaviour.
Previous Question Next Question
Your comments will be displayed only after manual approval.