how many dijits are used in enumeration?
Answers
Answered by
28
Answer:
Step-by-step explanation:
An enumeration is used in any programming language to define a constant set of values. For example, the days of the week can be defined as an enumeration and used anywhere in the program. ... In our example, we will define an enumeration called days, which will be used to store the days of the week.
Answered by
6
An enumeration is used in any programming language to define a constant set of values. For example, the days of the week can be defined as an enumeration and used anywhere in the program.In our example, we will define an enumeration called days, which will be used to store the days of the week.
Similar questions