What are enumerated types?

4 years ago
C Programming

Enumerated types allow the programmer to use more meaningful words as values to a variable. Each item in the enumerated type variable is actually associated with a numeric code. For example, one can create an enumerated type variable named DAYS whose values are Monday, Tuesday... Sunday.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions