Q87
What will be the output of the following C code if the value of UCHAR_MAX is 127? #include #include int main() int d; d=CHAR_MAX; printf("%c",d);
A.
Error
B.
127
C.
Alphabet corresponding to the value 127
D.
Junk value
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board