Computer Science, asked by akofficial6914, 1 year ago

What are enumerations?

Answers

Answered by Rose08
4
<b>Hey mate! </b>

\bf\purple{Here's }
\bf\red{your}
\bf\blue{answer}

In computer programming, an enumerated type is a data type consisting of a set of named values called elements, members, enumeral, or enumerators of the type.


<b>Hope this helps! </b>
Answered by Anonymous
1

Answer:

\huge\star\red{{Answer:-}}

In computer programming, an enumerated type is a data type consisting of a set of named values called elements, members, enumeral, or enumerators of the type. The enumerator names are usually identifiers that behave as constants in the language. An enumerated type can be seen as a degenerate tagged union of unit type.

Similar questions