Home » C++ Programming » Data Types » Question
  1. To which of these enumerators can be assigned?
    1. negative
    2. enumerator
    3. integer
    4. All of above
    5. None of these
Correct Option: D

Since enumerators evaluate to integers, and integers can be assigned to enumerators, enumerators can be assigned to other enumerators.



Your comments will be displayed only after manual approval.