Q. What is the result of 5 & 3?
Solution:
The & operator performs a bitwise AND, 5 & 3 = 1 (binary 101 & 011 = 001).
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
The & operator performs a bitwise AND, 5 & 3 = 1 (binary 101 & 011 = 001).
Strengthen Your Practice with our comprehensive question bank.