Home » C++ Programming » Data Types » Question
  1. Identify the incorrect option.
    1. enumerator values start from 0 by default
    2. enumerators are same as macros
    3. enumerators are constants
    4. enumerators are user-defined types
    5. None of these
Correct Option: B

Enumerators are used in order to create our own types whereas macros are textual substitutions.



Your comments will be displayed only after manual approval.