Q. Pick the incorrect statement with respect to enums. (A) Enum variables are automatically assigned values if no value is specified (B) It is not possible to change the value of enum symbols (C) Only integer constants are allowed in enums (D) Two enum symbols cannot have the same value ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Two enum symbols cannot have the same value