Sunday, 29 September 2013

In programming languages, what is typically the way used to represent binary values?

In programming languages, what is typically the way used to represent
binary values?

I'm not asking about a particular language, but just in general. I know
that, for example, #0x or simply 0x is put before the number, or an h is
placed after the number, to refer to hexadecimal.
Is there a similar "standard" for binary?

No comments:

Post a Comment