Vidyalelo
C Programming · Q166

Standard Library Functions

Programming · C Programming · question 166

Q166

What will be the output of the following C code? #include #include main() printf("%f",FLT_MIN);

A.
Minimum negative value of float
B.
Maximum positive value of float
C.
Error
Answer
D.
Minimum positive value of float

Answer: Option C

Solution

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