Q219
What will be the output of the following C code? #include enum Shyam a,b,c=5 ; enum Shyam s; main() c++; printf("%d",c);
A.
Error
AnswerB.
5
C.
6
D.
2
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board