Page 1 of 1

To detect that in which column, the key is placed?

Posted: Thu Jul 14, 2022 8:40 am
by answerhappygod
a) we can mask the bits and then check it
b) we can rotate the bits and then check that particular bit which is set or reset(according to the particular condition)
c) none of the mentioned
d) all of the mentioned