Vidyalelo
C Programming · Q214

File Input Output

Programming · C Programming · question 214

Q214

Select the right explanation to the given code. printf(“%*. *f”, 5,4,5700);

A.
the minimum field width has to be 4, the precision is given to be 5, and the value to be displayed is 5700
B.
the minimum field width is 5, the precision is 4, and the value to be displayed is 5700
Answer
C.
compile error
D.
run-time error

Answer: Option B

Solution

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