Write a short note on enumerated types with syntax and example
Answers
Answered by
1
Answer:
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. ... Enumerated data also hides unnecessary details from programmers.
Answered by
2
Answer:
It is about an enumerate type of the syntax ..........
Similar questions