Computer Science, asked by maazshaikh1709, 1 year ago

What will happen when defining the enumerated type?

Answers

Answered by Anonymous
24

Answer:

Definition - What does Enumerated Type mean?

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 types help make the code more self-documenting and prevent programmers from writing illogical code on values of enumerators. Enumerated data also hides unnecessary details from programmers

Answered by raman419989
0

Answer:

Used in Computer motor devices into order to map up a set of names tonumeric values

Similar questions