This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Write digit in binary

As we can write in C Compiler, LPC1317
like for Hexa= 0x16; octa= 043;

How to write in binary in C.
Instead of writing var = 0x16;
I want to write in binary format, like one of other compiler which I used, we can as var =0b00001111.
How to write this in keil