Q. What is the output of the Java code snippet?
Code:
System.out.println(0b0000_1000);
β
Correct Answer: (C)
8
System.out.println(0b0000_1000);
You must be Logged in to update hint/solution