Vidyalelo
C Programming · Q303

C Fundamentals

Programming · C Programming · question 303

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

Answer: Option C

Solution

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