Vidyalelo
C Programming · Q172

File Input Output

Programming · C Programming · question 172

Q172

For floating point numbers, the precision flag specifies the number of decimal places to be printed. When no precision modifier is specified, printf() prints . . . . . . . .

A.
six decimal positions
Answer
B.
five decimal positions
C.
four decimal positions
D.
three decimal positions

Answer: Option A

Solution

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