Examveda What is the result of 10 ^ 6 ? A. 16B. 12C. 4D. 14Answer: Option B Solution (By Examveda Team) The ^ operator performs bitwise XOR on the binary representations of the numbers. This Question Belongs to Python Program >> Bitwise And Boolean
Solution (By Examveda Team) The ^ operator performs bitwise XOR on the binary representations of the numbers.
Join The Discussion