Vidyalelo
C Programming · Q294

C Fundamentals

Programming · C Programming · question 294

Q294

What will be the output of the following C code? #include enum hia,b,c; enum helloc,d,e; main() enum hi h; h=b; printf("%d",h); return 0;

A.
2
B.
1
C.
Error
Answer
D.
0

Answer: Option C

Solution

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