If i want to be able to use a 64 bit variable, how do I go about that? Byte is 8 bit, Integer is 16 bit and Long is 32 bit. Any datatype higher than that?
Printable View
If i want to be able to use a 64 bit variable, how do I go about that? Byte is 8 bit, Integer is 16 bit and Long is 32 bit. Any datatype higher than that?
A single is 4 bytes, a double 8 bytes and a varient(with numbers) is 16bytes.
Thats 32bit, 64bit and 128bit respectively
Go with the currecny.