+1 vote
in Mathematics by kratos

Choose the correct answer

(A) enum variable can not be assigned new values

(B) enum variable can be compared

(C) enumeration feature increase the power of C

(D) of the above

1 Answer

+1 vote
by kratos
 
Best answer

Correct option -**(C) enumeration feature increase the power of C**

Explanation:-

The enumerated data types give an opportunity to invent our own data typeand define what value the variable of this data type can take.

...