What will happen when defining the enumerated type?
(a) it will not allocate memory
(b) it will allocate memory
(c) it will not allocate memory to its variables
(d) allocate memory to objects
This question was posed to me in a national level competition.
The above asked question is from Enumerations topic in section Types, Pointers, Arrays & Structures in C++ of C++