I am trying to get the range of bits from a number. For example , if I call bitRange(0x XXXXXXXXXX, 0 , 4). I will get 0x XXXXXXXXXX; 0x XXXXXXXXXXis the number i want to the range of bits from. 0 is...


I am trying to get the range of bits from a number. For example , if I call bitRange(0x00001234, 0 , 4). I will get 0x00000004; 0x00001234 is the number i want to the range of bits from. 0 is the starting position. 4 is the number of bits to get from the number.



Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here