Identify the incorrect option.
(a) enumerators are constants
(b) enumerators are user-defined types
(c) enumerators are same as macros
(d) enumerator values start from 0 by default
I got this question by my college professor while I was bunking the class.
I need to ask this question from Enumerations in chapter Types, Pointers, Arrays & Structures in C++ of C++