我们有一个整数
int x = 50;
在二进制中,它是
00110010
如何以编程方式更改第四(第4)位?
c c++ bit-manipulation bitwise-operators
bit-manipulation ×1
bitwise-operators ×1
c ×1
c++ ×1