Posts by Joao Goulart • 3 points
1 post
-
-3
votes2
answers323
viewsQ: How to isolate higher order bits and lower order bits in C/C++?
I need to create two functions One receives an integer value and returns another one containing only the 8 bits of the lowest order of the original value, with the remaining bits set to zero. The…