Computer Science, asked by Anonymous, 2 months ago

What do the operators /, %, + + do? Give examples.
❎No Googl.e❌
❌No Spam❎

Answers

Answered by Feirxefett
2

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.

Answered by Anonymous
4

Explanation:

HEYA YOUR ANSWER IS IN THE ABOVE ATTACHMENT

Attachments:
Similar questions