Respuesta :

Answer:

enumeration

Explanation:

In computer programming we have the data type called enumeration (enum). This is a data type that is made up of sets of values which are referred to as elements it members. It is a data type in c programming language.

It makes a program to be easy as well as readable by assigning names to constant. To declare this data type the keyword to use is enum.