Q211
What will be the output of the following C code? #include #include int main() printf("The minimum value of LONG = %lf ", LONG_MIN); return 0;
A.
-2147483648 (The minimum value of LONG)
B.
0.000000
AnswerC.
0
D.
error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board