+2 votes
in Class 11 by kratos

What is an enumerated data type?

1 Answer

+2 votes
by kratos
 
Best answer

An enumerated type is a data type where every possible value is defined as a symbolic constant (called an enumerator).

...