engineering recuitment NIELIT Scientific Assistant Mock Test 2025 Programming and Data Structure Programming in C
Pick the incorrect statement with respect to enums.
1
Two enum symbols cannot have the same value.
2
Only integer constants are allowed in enums
3
It is not possible to change the value of enum symbols
4
Enum variables are automatically assigned values if no value is specified