Enumeration provide an alternative method of not only defining but also grouping sets of integral constants.
enum type-name { enumerator1,enumerator2,......}
The enumerator must be a constant expression. The integral literal constant is a constant expression.