Computer Science, asked by SaketUpadhyay8612, 1 year ago

Enumerator will allocate the memory when its variable are defined. State true or false

Answers

Answered by tanyasisondia
2

its true , Enumerator will allocate the memory when its variable are defined.

Answered by phillipinestest
0

Enumerator allocates memory to the variable when it is defined. – True

Explanation:

The value data type in c# is known as the enumeration or enum. It is used to allocate names or variables to integer constants which make the program easy to access the data’s available.

Enum is the keyword for enumeration which is directly used inside “namespace, class or structure”. It is used in any programming language to define a constant set of values.

Similar questions