Multiple choice technology programming languages

The default type of enum is integer and has a default value 1.

  1. True

  2. False

  3. Sometimes

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Enum members default to integer type and the first member has value 0, not 1. Subsequent members auto-increment from the previous value unless explicitly assigned. The statement is false because the default value is 0.