C program to set k lower order bits

Viewed 3157

For a 32 bit integer, how do I set say k low order bits in C?

4 Answers
Related