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