0
C: printing double using printf
Posted by Joys of Programming on in C/C++
If you want to use large floating numbers in C, you can use double instead of float. Printing a double is shown here The output of this program The size of a double is 8 bytes. There are three ways by which we printed the double lf corresponding to long float (double) g e: with [...]