Home » C++ Programming » Data Types » Question
  1. What will happen when defining the enumerated type?
    1. it will not allocate memory to its variables
    2. it will not allocate memory
    3. it will allocate memory
    4. All of above
    5. None of these
Correct Option: B

Enumerator will allocate the memory when its variables are defined.



Your comments will be displayed only after manual approval.