In C programming, an enumeration type (also called enum) is a data type that consists of integral constants . To define enums, the enum keyword is used.
In C programming, an enumeration type (also called enum) is a data type that consists of integral constants . To define enums, the enum keyword is used.