Check value of least significant bit (LSB) and most significant bit (MSB) in C/C++

后端 未结 5 1869
臣服心动
臣服心动 2021-01-31 18:02

I need to check the value of the least significant bit (LSB) and most significant bit (MSB) of an integer in C/C++. How would I do this?

5条回答
提交回复
热议问题