Q. What will be the output of the following program on execution?
Code:a=0 b=6 x=(a&b)|(a&a | a&b) y=not(x) print(y)
β
Correct Answer: (C)
True
a=0 b=6 x=(a&b)|(a&a | a&b) y=not(x) print(y)
You must be Logged in to update hint/solution