
Re: Declaring Binary Literals
Which is correct. However, the format of that looks wrong. It should be noted that 0b01101001 = 0x69 (hex 69, not dec 69) = 105 (decimal).
Whenever I display hex values, just to be clear, I like to precede them with 0x, e.g.
which should print "d=0x69".