in Programming in C recategorized by
2,469 views
0 votes
0 votes

Enumeration is a process of

  1. Declaring a set of numbers
  2. Sorting a list of strings
  3. Assigning a legal values possible for a variable
  4. Sequencing a list of operators
in Programming in C recategorized by
2.5k views

1 Answer

3 votes
3 votes
Best answer

Answer : Assigning a legal values possible for a variable

An enumeration is a complete, ordered listing of all the items in a collection. The term is commonly used in mathematics and computer science to refer to a listing of all of the elements of a set.

selected by
Answer:

Related questions