0
What is the difference between float and double variable's use and why we write f after declaration of float variable
please answer me in detail with examples
1 Odpowiedź
0
As the name implies, a double has 2x the precision of float[1]. In general a double has 15 decimal digits of precision.