34.Operators (Bitwise Operators)

asilbek ibragimov - Oct 14 - - Dev Community

34.Operators (Bitwise Operators)

a) Bitwise operatoriar nima uchun ishlatiladi?

b) Quyidagi kodda qanday natija chiqadi?


| int a = 5; // 0101 in binary |
| int b = 3; // 0011 in binary |
| int result = a & b; |
| Console. WriteLine(result); |


Javoblari:
a) -

b) -

. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player