0

How to create an integer whose binary representation is : 000...01101110
So the first three bits from left are 0 and right most 8 bits are given
one way I can think of is declaring an integer like int k =0b000....01101110;
What are other ways which could be used to declare an int like this?

ravan
  • 37
  • 3

0 Answers0