Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int = 4 bytes
- long = 8 bytes
- float = 4 bytes
- double = 8 bytes
- bool = 1 bit
- char = 2 bytes
- string = 2 bytes //per character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement