Choose the correct statement about enum used in C#.NET?

a) By default the first enumerator has a value equal to the number of elements present in the list b) Values of the enum elements cannot be populated from database c) The value of each successive enumerator is decreased by 1 d) An enumerator has a white space in its name