Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- +------------+--------------+---------------------------+
- | Data types | No. of bytes | Range |
- +------------+--------------+---------------------------+
- | int | 2 | -32768 to 32767 |
- +------------+--------------+---------------------------+
- | long int | 4 | -2147483648 to 2147483647 |
- +------------+--------------+---------------------------+
- | double | 8 | 1.7E-308 to 1.7E+308 |
- +------------+--------------+---------------------------+
Advertisement
Add Comment
Please, Sign In to add comment