employer cover photo
employer logo
employer logo

Peri Software Solution

Is this your company?

Peri Software Solution interview question

Explain the concept of enum?

Interview Answer

Anonymous

28 Nov 2017

If a variable V is declared having suit as its data type, one can assign any of those four values to it. ... Some enumerator types may be built into the language. The Boolean type, for example is often a pre-defined enumeration of the values False and True. Many languages allow users to define new enumerated types.