Examveda

What is the result of 12 ^ (7 << 1) ?

A. 26

B. 22

C. 20

D. 10

Answer: Option B

Solution (By Examveda Team)

Parentheses are used to indicate the order of operations.

This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean