adplus-dvertising
frame-decoration

Question

Pick the incorrect statement with respect to enums.

a.

Two enum symbols cannot have the same value

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

Posted under Strings C Programming

Answer: (a).Two enum symbols cannot have the same value

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Pick the incorrect statement with respect to enums.