Answers for "cannot understand what is meant by (b&1)"

0

cannot understand what is meant by (b&1)

d7 d6 d5 d4 d3 d2 d1 d0
b = 13 =  0  0  0  0  1  1  0  1 
     1 =  0  0  0  0  0  0  0  1
          -----------------------  after bitwise and operator
          0  0  0  0  0  0  0  1
Posted by: Guest on April-05-2022

Code answers related to "cannot understand what is meant by (b&1)"

Browse Popular Code Answers by Language