1

Enumeration,also known as enum in c, is a user defined data type.it consists of constant integrals or integers that have names assigned to them by the user. Because the integer values are named with enum in c,the whole program Is simple to learn , understand,and maintain by the same or even different programmer

Vishalini.R Answered question June 23, 2023