For a 32 bit integer, how do I set say k low order bits in C?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
something along the lines of set k lower bits:
Is that what you meant? |
|||
|
|
|
Assuming you want to set the k lowest bits of a 32-bit integer x, I believe this will work:
|
|||||||||||||||||||||
|
|
To set
(Provided |
|||||||||||||
|