Vidyalelo
C Programming · Q148

C Fundamentals

Programming · C Programming · question 148

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

Answer: Option B

Solution

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