Vidyalelo
C Programming · Q106

Standard Library Functions

Programming · C Programming · question 106

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

Answer: Option B

Solution

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