Vidyalelo
C Programming · Q211

Standard Library Functions

Programming · C Programming · question 211

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
Answer
C.
0
D.
error

Answer: Option B

Solution

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