A
Q. What is the output of the Java code snippet?
Code:
int a=3, b=1;
int c = a & b;
System.out.println("CAT " + c);
int c = a & b;
System.out.println("CAT " + c);
- Correct Answer - Option(B)
- Views: 19
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.