Computer Science, asked by kskiller160926, 2 months ago

Which format specifier is used for printing double value?​

Answers

Answered by OreoMagie
0

\huge\fbox\red{❥answer}

We can print the double value using both %f and %lf format specifier because printf treats both float and double are same. So, we can use both %f and %lf to print a double value.

Answered by Aashi6552
1

Answer:

We can print the double value using both %f and %lf format specifier because printf treats both float and double are same. So, we can use both %f and %lf to print a double value.

Similar questions