Google News
logo
CPP - Quiz(MCQ)
In which type do the enumerators are stored by the compiler?
A)
float
B)
string
C)
string & float
D)
integer

Correct Answer :   integer


Explanation : In C++, enumerations are stored as integers by the compiler starting with 0.

Advertisement