Examveda

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

C. compile error

D. run-time error

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output