Examveda What is the result of 5 & 3 ? A. 8B. 1C. 7D. 15Answer: Option B Solution (By Examveda Team) The & operator performs bitwise AND on the binary representations of the numbers. This Question Belongs to Python Program >> Bitwise And Boolean
Solution (By Examveda Team) The & operator performs bitwise AND on the binary representations of the numbers.
Join The Discussion