

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» C. The value of each successive enumerator is decreased by 1 | |