Computer Science, asked by nirmalbuddh1111, 1 month ago

the opretor ,,&" is used as
"BITWISE AND"​

Answers

Answered by TaniyaArmy
2

Answer:

This is one of the most commonly used logical bitwise operators. It is represented by a single ampersand sign (&). Two integer expressions are written on each side of the (&) operator. The result of the bitwise AND operation is 1 if both the bits have the value as 1; otherwise, the result is always 0.

Answered by BangtanGirl11
2

Answer:

This is one of the most commonly used logical bitwise operators. It is represented by a single ampersand sign (&). Two integer expressions are written on each side of the (&) operator. The result of the bitwise AND operation is 1 if both the bits have the value as 1; otherwise, the result is always 0

Similar questions