Q140
Point out the error( if any) in the following code. #include enum India a,b,c ; enum India g; main() g++; printf("%d",g);
A.
Error in the statement: a,b,c
B.
Error in the statement: enum India g;
C.
Error in the statement: g++
D.
No error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board