What will be the output of the following code? class Shift { public static void main(String arg[]) { int a=64,b; b=a<<2; System.out.println(b); } }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following code? class Shift { public static void main(String arg[]) { int a=64,b; b=a<<2; System.out.println(b); } }