The values in this enumerated list are called ____________ .
Answers
Answered by
0
Answer:
An enumeration is a data type that consists of a set of named values that represent integral constants, known as enumeration constants. An enumeration is also referred to as an enumerated type because you must list (enumerate) each of the values in creating a name for each of them.
Similar questions