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.

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

Answer: a
Explanation: Enumerator will allocate the memory when its variables are defined.

Join The Discussion