Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • There are extensions to decimal like 1L or 1UL. Then there floating points like 1.1 or 1.1e-15. Commented Nov 3, 2012 at 18:12
  • Did you forget base 256, which is how integers are most often represented in the computer, as far as the program is concerned? I.e. the whole "endianness" thing is about which way around numbers are represented in base 256. Commented Nov 4, 2012 at 0:08