What are enumerations in C Programming?
Enumerations are list of integer constants with name. Enumerators are defined with the keyword enum.