What is double in c? Eg | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is double in c? Eg

12th Aug 2020, 4:41 AM
Hari
4 Answers
+ 5
Double is also a datatype which is used to represent the floating point numbers. It is a 64-bit IEEE 754 double precision floating point number for the value.
12th Aug 2020, 4:49 AM
Prasad Bankar
Prasad Bankar - avatar
+ 4
Data type, which is used to store numbers with more precision than float.
12th Aug 2020, 4:49 AM
Arsenic
Arsenic - avatar
+ 3
Example maybe be like 25677.54644 .It has 15 decimal digits of precision.
12th Aug 2020, 4:55 AM
Prasad Bankar
Prasad Bankar - avatar