Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which variable does equals in size with enum variable?

a) int variable
b) float variable
c) string variable
d) float & string variable

Answer: a
Explanation: The enum variable is converted to an integer and stored by the compiler. So both are equal in size.

Join The Discussion