Multiple choice How to specify (fix) the number of digits after decimal in a floating point number? fix(3) precision(3) cout.precision(3) cout.float(3) Reveal answer Fill a bubble to check yourself C Correct answer Explanation The precision() function is used to specify the number of digits to be displayed after decimal point in a real number.