Q137
What will be the output of the following C code? #include #include main() if(UCHAR_MAX<=SCHAR_MAX) printf("hello"); else printf("good");
A.
error
B.
hello
C.
good
AnswerD.
hellogood
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board