What will be the output of the given program? class MyClass { public static void main(String AR[]) { short a = 36768; System.out.println(a); } }
Reveal answer
Fill a bubble to check yourself
What will be the output of the given program? class MyClass { public static void main(String AR[]) { short a = 36768; System.out.println(a); } }