Q106
What will be the output of the following C code? #include #include main() int d; d=CHAR_MIN; printf("%d",d);
A.
0
B.
-128
AnswerC.
error
D.
-1
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board