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
AnswerD.
Minimum positive value of float
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board