0
Please help me about this program
7 Respuestas
+ 1
Thank you
+ 1
Thank you
0
Please anyone can explain me this program
0
Convert the numbers into bits..
6 is represented as 0110
1 is represented as 0001
Now,apply XOR on these bits.. As different bits results in True (1)in XOR.. Then 6^1 gives 0111 which is 7. So, the o/p is 7
0
Means ^ this one is xor sign
0
Yes ^ represents XOR