Examveda

What is the result of 9 ^ (5 & 3) ?

A. 8

B. 7

C. 1

D. 2

Answer: Option C

Solution (By Examveda Team)

The ^ and & operators are evaluated from left to right.

This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean