_______ is a bit wise operator
Answers
Answered by
0
Explanation:
bitwise operation
hope it helps you ❤
Answered by
2
Answer:
The bitwise AND operator ( & ) compares each bit of the first operand to the corresponding bit of the second operand. If both bits are 1, the corresponding result bit is set to 1. Otherwise, the corresponding result bit is set to 0. Both operands to the bitwise AND operator must have integral types.
Explanation:
hope it helps u pls like,follow,mark as brainlist
Similar questions