What is the relevance of -flag-?Infact ,what are flags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the relevance of -flag-?Infact ,what are flags?

While using the functon setprecision to precise the value after decimal point in any floating point number,we need to first insert a flag.... e.g.-. float a=2.3456; cout.setf(ios::fixed); cout<<setprecision(2)<<a; Will yield:2.34 We have other flags too ...like left,right,showpos...

21st Mar 2019, 12:29 PM
nikita mishra
nikita mishra - avatar
0 Answers