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)
  • (A) 0
  • (B) 6
  • (C) True
  • (D) False
πŸ’¬ Discuss
βœ… Correct Answer: (C) True

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
277
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate