Enum In C

Enum In C

In C, an enum (enumeration) is a user-defined data type that consists of a set of named integer constants. It provides a way to improve code readability and maintainability by using meaningful names instead of raw integer values.