Q4 4 is 100 in binary and 11 is 1011. What is the output of the following bitwise
operators?
(2)
print (a | b)
print (a & b)
Answers
Answered by
2
Answer:
answer is the question is Print (a and b
Similar questions