mejpark

Three C data types

Jan 13th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. +------------+--------------+---------------------------+
  2. | Data types | No. of bytes | Range |
  3. +------------+--------------+---------------------------+
  4. | int | 2 | -32768 to 32767 |
  5. +------------+--------------+---------------------------+
  6. | long int | 4 | -2147483648 to 2147483647 |
  7. +------------+--------------+---------------------------+
  8. | double | 8 | 1.7E-308 to 1.7E+308 |
  9. +------------+--------------+---------------------------+
Advertisement
Add Comment
Please, Sign In to add comment