Correct Answer : Option (D) : integer
Explanation : In C++, enumerations are stored as integers by the compiler starting with 0.