Q148
What will be the output of the following C code? #include enum India a=1,b,c,d,e ; int main() printf("%d",b*c+e-d);
A.
Error
B.
7
AnswerC.
2
D.
4
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board