0
What does "Double" mean in C++?
It appeared many times in the programs examples, but I don't know what It means, could someone help me?
1 ответ
+ 1
Double is a data type similar to float.
Float size is 4 bytes and double size is 8 bytes.
Float has 7 demical digits precession, while double has 15 demical digits precession