Computer Science, asked by passi1, 1 year ago

what is the difference between long data type and double

Answers

Answered by MILANSINHGOHIL
0
size of long data type is 4 bytes and size of double data type is 8 bytes
Answered by kashish2004
0
The Decimal, Double, and Float variable types are different in the way that they store the values. Precision is the main difference where float is a single precision (32 bit) floating point data type, double is a double precision (64 bit) floating point data type and decimal is a 128-bit floating point data type.
Similar questions