

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» B. Only integer constants are allowed in enums | |