A
Q. What is the output of this Java snippet?
int a = 0b111;
System.out.println(a);
- Correct Answer - Option(B)
- Views: 22
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.