What will be the output of the program?class Bitwise { public static void main(String [] args) { int x = 11 & 9; int y = x ^ 3; System.out.println( y | 12 ); } } - Study24x7
Social learning Network
22 Feb 2023 12:35 PM study24x7 study24x7

What will be the output of the program?
class See more

A

0

B

7

C

8

D

14

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles