A conversion specification %7.4f means ____________
Posted: Wed Jul 13, 2022 7:54 pm
a) print a floating point value of maximum 7 digits where 4 digits are allotted for the digits after the decimal point
b) print a floating point value of maximum 4 digits where 7digits are allotted for the digits after the decimal point
c) print a floating point value of maximum 7 digits
d) print a floating point value of minimum 7 digits where 4 digits are allotted for the digits after the decimal point
view Answer
b) print a floating point value of maximum 4 digits where 7digits are allotted for the digits after the decimal point
c) print a floating point value of maximum 7 digits
d) print a floating point value of minimum 7 digits where 4 digits are allotted for the digits after the decimal point
view Answer