How can a Binary number be used in a program?
Define "program". Define "use".
C code ? Use hex or octal instead. C does not support binary constants.
Assembly code ? Read the manual concerning "expressions". That will explain what format is used for binary datatypes.