Computer Science, asked by narsinghkumar5423, 1 year ago

Difference between float double and long double in c

Answers

Answered by Anonymous
0
Also on x86 systems, double is 8 byteslong and can store numbers in theIEEE 754 double-precision format, which has a much larger range and stores numbers with more precision, about 15 decimal digits. On some other platforms, double may not be 8 bytes long and may indeed be the same as a single-precision float
Similar questions