How do I round off floating point numbers to my specific number of decimal places in C Language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I round off floating point numbers to my specific number of decimal places in C Language?

For example, printf(" this is a value %f\n ", 3.141592) 👆Round that off to make it 3.14

8th Jun 2021, 12:40 AM
Mwamba
1 Answer
+ 1
%.2f
8th Jun 2021, 12:56 AM
Michal Doruch