Vidyalelo
C Programming · Q137

Standard Library Functions

Programming · C Programming · question 137

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
Answer
D.
hellogood

Answer: Option C

Solution

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