Answer the question
In order to leave comments, you need to log in
How to insert before each bit in a number, three zero bits?
For example, there is a number:
a = 10101111 (bin - 8 bit) It is
necessary to insert three zero bits after each bit of the number using bit operations to get it like this:
b = 00010000000100000001000100010001 (bin - 32 bit)
How can I do this for any numbers "a" eight bit?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question