In which of the following code fragments the variable ‘x’ is evaluated to 810 int x; a) x=32; b) x=16; c) x=38; d) x=36; x=x>>2; x=x>>1; x=x>>2; x=x>>2;
Reveal answer
Fill a bubble to check yourself
In which of the following code fragments the variable ‘x’ is evaluated to 810 int x; a) x=32; b) x=16; c) x=38; d) x=36; x=x>>2; x=x>>1; x=x>>2; x=x>>2;