Vidyalelo
C Programming · Q246

File Input Output

Programming · C Programming · question 246

Q246

A conversion specification %7.4f means . . . . . . . .

A.
print a floating point value of maximum 7 digits where 4 digits are allotted for the digits after the decimal point
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board