Question:What are enumerated types? 

Answer 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. 

+ Report
Total Preview: 814
What are enumerated types?
Copyright © 2024. Powered by Intellect Software Ltd