Vidyalelo
C Programming · Q66

C Fundamentals

Programming · C Programming · question 66

Q66

Pick the incorrect statement with respect to enums.

A.
Two enum symbols cannot have the same value
Answer
B.
Only integer constants are allowed in enums
C.
It is not possible to change the value of enum symbols
D.
Enum variables are automatically assigned values if no value is specified

Answer: Option A

Solution

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