Literals/Integer: Difference between revisions

Content deleted Content added
added slate language
Line 78: Line 78:
}</lang>
}</lang>


GCC supports specifying integers in binary using the [http://gcc.gnu.org/onlinedocs/gcc/Binary-constants.html 0b prefix] syntax, but it's not standard. Standard C has no way of specifying integers in binary.
C has no way of specifying integers in binary (if there's something like <tt>0b...</tt>, it is not
standard)


=={{header|C++}}==
=={{header|C++}}==