Q303
What will be the output of the following C code? #include #define MAX 4 enum Shyam a,b=3,c ; main() if(MAX!=c) printtf("hello"); else printf("welcome");
A.
error
B.
hello
C.
welcome
AnswerD.
2
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board