What are the enumerated data types ? explain in detail?
Answers
Answered by
0
Enumerated type is a user-defined data type used in computer programming to map a set of names to numeric values. Enumerated data type variables can only have values that are previously declared. In other words, they work with a finite list of values.
Similar questions