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