If you mean is there a way to write a binary constant then in Standard C no (although I have seen a few compilers with extensions for binary constants). Nowadays most people would use hexadecimal because binary produces too many digits where as hexadecimal doesn't and each hexadecimal digit is exactly 4 binary digits making the conversion from binary to hex ...